Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / ItalicAngle Property

In This Topic
    ItalicAngle Property (Font)
    In This Topic
    Gets the italic angle in counter-clockwise degrees from the vertical. Zero for upright text, negative for text that leans to the right (forward).
    Syntax
    'Declaration
     
    Public ReadOnly Property ItalicAngle As System.Single
    public System.float ItalicAngle {get;}
    See Also