TextBoxOptions.BottomMarginPt

TextBoxOptions.BottomMarginPt property

Returns the bottom margin in unit of Points

public double BottomMarginPt { get; set; }

Examples


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

See Also