DevStarRatePreventFlickering 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.
Namespace: DevCase.UI.ControlsAssembly: 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; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<DefaultValueAttribute(GetType(Boolean), "False")>
Public Overridable Property PreventFlickering As Boolean
Get
Set
Dim instance As DevStarRate
Dim value As Boolean
value = instance.PreventFlickering
instance.PreventFlickering = value
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[DefaultValueAttribute(typeof(bool), L"False")]
virtual property bool PreventFlickering {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<DefaultValueAttribute(typeof(bool), "False")>]
abstract PreventFlickering : bool with get, set
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<DefaultValueAttribute(typeof(bool), "False")>]
override PreventFlickering : bool with get, set
No code example is currently available or this language may not be supported.
Boolean
A value that indicates whether the control should avoid unwanted flickering effects.
IBufferedControlPreventFlickering