Class NativeMethods.LOGFONT
Inheritance
System.Object
NativeMethods.LOGFONT
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public class LOGFONT
Constructors
LOGFONT()
Declaration
public LOGFONT()
LOGFONT(NativeMethods.LOGFONT)
Fields
lfCharSet
Declaration
public byte lfCharSet
Field Value
System.Byte
|
lfClipPrecision
Declaration
public byte lfClipPrecision
Field Value
System.Byte
|
lfEscapement
Declaration
public int lfEscapement
Field Value
System.Int32
|
lfFaceName
Declaration
public string lfFaceName
Field Value
System.String
|
lfHeight
Declaration
public int lfHeight
Field Value
System.Int32
|
lfItalic
Declaration
public byte lfItalic
Field Value
System.Byte
|
lfOrientation
Declaration
public int lfOrientation
Field Value
System.Int32
|
lfOutPrecision
Declaration
public byte lfOutPrecision
Field Value
System.Byte
|
lfPitchAndFamily
Declaration
public byte lfPitchAndFamily
Field Value
System.Byte
|
lfQuality
Declaration
public byte lfQuality
Field Value
System.Byte
|
lfStrikeOut
Declaration
public byte lfStrikeOut
Field Value
System.Byte
|
lfUnderline
Declaration
public byte lfUnderline
Field Value
System.Byte
|
lfWeight
Declaration
public int lfWeight
Field Value
System.Int32
|
lfWidth
Declaration
public int lfWidth
Field Value
System.Int32
|