ControlResizerEdgeLeftEnabled Property
Gets or sets a value indicating whether resize is enabled on the 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 EdgeLeftEnabled { get; set; }
Public Property EdgeLeftEnabled As Boolean
Get
Set
Dim instance As ControlResizer
Dim value As Boolean
value = instance.EdgeLeftEnabled
instance.EdgeLeftEnabled = value
public:
property bool EdgeLeftEnabled {
bool get ();
void set (bool value);
}
member EdgeLeftEnabled : 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,
.