Gets or sets left margin of the view in pixel.

Namespace: Sgry.Azuki.WinForms
Assembly: 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: Int32

Implements

IUserInterface..::..LeftMargin

Exceptions

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

See Also