Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / Position Property

In This Topic
    Position Property (FontBase)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property Position As System.Single
    public System.float Position {get; set;}
    See Also