Gets or sets left margin of the view in pixel.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
int LeftMargin { get; set; }
Visual Basic
Property LeftMargin As Integer
	Get
	Set

Property Value

Type: Int32

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionA negative number was set.

See Also