TextBoxOptions.TopMarginPt

TextBoxOptions.TopMarginPt property

Gets and sets the top margin in unit of Points.

public double TopMarginPt { get; set; }

Examples


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

See Also