Borders.DistanceFromRight Property

Definition

Returns or sets the space (in points) between the right edge of the text and the right border.

public:
 property int DistanceFromRight { int get(); void set(int value); };
public int DistanceFromRight { get; set; }
member this.DistanceFromRight : int with get, set
Public Property DistanceFromRight As Integer

Property Value

Remarks

Using this property with a page border, you can set either the space between the text and the right border or the space between the right edge of the page and the right border. Where the distance is measured from depends on the value of the DistanceFrom property.

Applies to