ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontBuilder Class / Escapement Property

In This Topic
    Escapement Property
    In This Topic
    Get or set the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the base line of a row of text.
    Syntax
    'Declaration
     
    
    Public Property Escapement As Integer
    public int Escapement {get; set;}

    Property Value

    An int indicate the escapement vector
    Remarks

    Windows NT/2000/XP: When the graphics mode is set to GM_ADVANCED, you can specify the escapement angle of the string independently of the orientation angle of the string's characters.

    When the graphics mode is set to GM_COMPATIBLE, Escapement specifies both the escapement and orientation. You should set Escapement and Orientation to the same value.

    Windows 95/98/Me: The Escapement member specifies both the escapement and orientation. You should set Escapement and Orientation to the same value.

    See Also