IBufferedControlDoubleBuffered Property
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer
to reduce or prevent flicker.
Namespace: DevCase.UI.InterfacesAssembly: 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), "True")]
bool DoubleBuffered { get; set; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<DefaultValueAttribute(GetType(Boolean), "True")>
Property DoubleBuffered As Boolean
Get
Set
Dim instance As IBufferedControl
Dim value As Boolean
value = instance.DoubleBuffered
instance.DoubleBuffered = value
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[DefaultValueAttribute(typeof(bool), L"True")]
property bool DoubleBuffered {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<DefaultValueAttribute(typeof(bool), "True")>]
abstract DoubleBuffered : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the surface of the control should be drawn using double buffering;
otherwise,
.