'Declaration
Public ReadOnly Property Baseline As Integer
'Usage
Dim instance As CharacterResult Dim value As Integer value = instance.Baseline
public int Baseline {get;}
public: __property int get_Baseline();
This read only property is the baseline of the character.
'Declaration
Public ReadOnly Property Baseline As Integer
'Usage
Dim instance As CharacterResult Dim value As Integer value = instance.Baseline
public int Baseline {get;}
public: __property int get_Baseline();
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.