DevTextBoxPreventFlickering Property

Gets or sets a value that indicates whether the control should avoid unwanted flickering effects.

If , this will avoid any flickering effect on the control, however, it will also have a negative impact by slowing down the responsiveness of the control about to 30% slower.

This negative impact doesn't affect to the performance of the application itself, just to the performance of this control.

Definition

Namespace: DevCase.UI.Controls
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute(typeof(bool), "False")]
public virtual bool PreventFlickering { get; set; }

Property Value

Boolean
A value that indicates whether the control should avoid unwanted flickering effects.

Implements

IBufferedControlPreventFlickering

See Also