TextBlock.BottomMargin

TextBlock.BottomMargin property

Determines the distance between the bottom border of the text block and the last line of text it contains. The default is 4 pt. This value is independent of the scale of the drawing. If the drawing is scaled, the bottom margin remains the same.

public DoubleValue BottomMargin { get; set; }

See Also