ControlResizerEdgeBottomLeftEnabled Property
Gets or sets a value indicating whether resize is enabled on the bottom-left edge of the owner
Control.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool EdgeBottomLeftEnabled { get; set; }
Public Property EdgeBottomLeftEnabled As Boolean
Get
Set
Dim instance As ControlResizer
Dim value As Boolean
value = instance.EdgeBottomLeftEnabled
instance.EdgeBottomLeftEnabled = value
public:
property bool EdgeBottomLeftEnabled {
bool get ();
void set (bool value);
}
member EdgeBottomLeftEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if resize is enabled; otherwise,
.