public int Baseline {get;}
public: __property int get_Baseline();
'Declaration
Public ReadOnly Property Baseline As Integer
'Usage
Dim instance As CharacterResult Dim value As Integer value = instance.Baseline
This read only property is the baseline of the character.
Exception | Description |
---|---|
System.PlatformNotSupportedException | This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException. |
This read only property is the baseline of the character.