'DeclarationPublic ReadOnly Property Baseline As Integer
'UsageDim 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.
'DeclarationPublic ReadOnly Property Baseline As Integer
'UsageDim 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.