TextBlock.RightMargin

TextBlock.RightMargin property

Specifies the distance between the right border of the text block and the text it contains. This value is independent of the scale of the drawing. If the drawing is scaled, the right margin remains the same.

public DoubleValue RightMargin { get; set; }

See Also