Gets a measure of the capital letter height for this letter's font in pixels.
This read only property is the height of a capital letter of the text in pixels.
This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
Syntax
'Declaration
Public ReadOnly Property CapitalLetterHeight As Integer
'Usage
Dim instance As CharacterResult
Dim value As Integer
value = instance.CapitalLetterHeight
public int CapitalLetterHeight {get;}
public: __property int get_CapitalLetterHeight();
public:
property int CapitalLetterHeight {
int get();
}
Exceptions
See Also