Gets or sets left margin of the view in pixel.
Namespace: Sgry.Azuki.WinFormsAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public int LeftMargin { get; set; } |
| Visual Basic |
|---|
Public Property LeftMargin As Integer Get Set |
Property Value
Type: Int32Implements
IUserInterface..::..LeftMargin
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | A negative number was set. |