Share via


UIDLGLOGFONT.lfEscapement Field

Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public lfEscapement As Integer
'Usage
Dim instance As UIDLGLOGFONT 
Dim value As Integer 

value = instance.lfEscapement 

instance.lfEscapement = value
public int lfEscapement
public:
int lfEscapement
public var lfEscapement : int

Remarks

The escapement vector is parallel to the base line of a row of text. When the graphics mode is set to GM_COMPATIBLE, lfEscapement specifies both the escapement and orientation. You should set lfEscapement and lfOrientation to the same value.

COM Signature

From uilocale.idl.

[C++]

.NET Framework Security

See Also

Reference

UIDLGLOGFONT Structure

UIDLGLOGFONT Members

Microsoft.VisualStudio.Shell.Interop Namespace