_Font.Position Property

Definition

Returns or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it. Read/write Integer.

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

Property Value

Applies to