TextMarginsLeft Property
Gets or sets the left margin.
Namespace: DevCase.UI.ComponentsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Left { get; set; }
Public Property Left As Integer
Get
Set
Dim instance As TextMargins
Dim value As Integer
value = instance.Left
instance.Left = value
public:
property int Left {
int get ();
void set (int value);
}
member Left : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The left margin.