DevTitleBarResizeEnabled Property
Gets or sets a value indicating whether resize is enabled on the owner form.
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)]
[DefaultValueAttribute(true)]
public bool ResizeEnabled { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(true)>
Public Property ResizeEnabled As Boolean
Get
Set
Dim instance As DevTitleBar
Dim value As Boolean
value = instance.ResizeEnabled
instance.ResizeEnabled = value
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
property bool ResizeEnabled {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(true)>]
member ResizeEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean