CalendarView for WinForms
Escapement プロパティ

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > FontBuilder クラス : Escapement プロパティ
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.
シンタックス
'宣言
 
Public Property Escapement As System.Integer
public System.int Escapement {get; set;}

プロパティ値

An int indicate the escapement vector
解説

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.

参照

FontBuilder クラス
FontBuilder メンバ