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