TextBoxOptions.LeftMarginPt

TextBoxOptions.LeftMarginPt property

Gets and sets the left margin in unit of Points.

public double LeftMarginPt { get; set; }

Examples


[C#]
shape.TextBoxOptions.LeftMarginPt = 0.2d;

See Also