Struct NativeMethods.TextMetric
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct TextMetric
Fields
tmAscent
Declaration
public int tmAscent
Field Value
System.Int32
|
tmAveCharWidth
Declaration
public int tmAveCharWidth
Field Value
System.Int32
|
tmBreakChar
Declaration
public char tmBreakChar
Field Value
System.Char
|
tmCharSet
Declaration
public byte tmCharSet
Field Value
System.Byte
|
tmDefaultChar
Declaration
public char tmDefaultChar
Field Value
System.Char
|
tmDescent
Declaration
public int tmDescent
Field Value
System.Int32
|
tmDigitizedAspectX
Declaration
public int tmDigitizedAspectX
Field Value
System.Int32
|
tmDigitizedAspectY
Declaration
public int tmDigitizedAspectY
Field Value
System.Int32
|
tmExternalLeading
Declaration
public int tmExternalLeading
Field Value
System.Int32
|
tmFirstChar
Declaration
public char tmFirstChar
Field Value
System.Char
|
tmHeight
Declaration
public int tmHeight
Field Value
System.Int32
|
tmInternalLeading
Declaration
public int tmInternalLeading
Field Value
System.Int32
|
tmItalic
Declaration
public byte tmItalic
Field Value
System.Byte
|
tmLastChar
Declaration
public char tmLastChar
Field Value
System.Char
|
tmMaxCharWidth
Declaration
public int tmMaxCharWidth
Field Value
System.Int32
|
tmOverhang
Declaration
public int tmOverhang
Field Value
System.Int32
|
tmPitchAndFamily
Declaration
public byte tmPitchAndFamily
Field Value
System.Byte
|
tmStruckOut
Declaration
public byte tmStruckOut
Field Value
System.Byte
|
tmUnderlined
Declaration
public byte tmUnderlined
Field Value
System.Byte
|
tmWeight
Declaration
public int tmWeight
Field Value
System.Int32
|