UIDLGLOGFONT.lfOrientation Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the angle, in tenths of degrees, between each character base line and the x-axis of the device.
public: int lfOrientation;
public: int lfOrientation;
int lfOrientation;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LONG")]
public int lfOrientation;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LONG")>]
val mutable lfOrientation : int
Public lfOrientation As Integer
Field Value
- Attributes
Remarks
COM Signature
From uilocale.idl.
[C++]