Borders.DistanceFromLeft Property

Definition

Returns or sets the space (in points) between the text and the left border.

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

Property Value

Remarks

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

Applies to