Method GetHotKeySpecifierLength
GetHotKeySpecifierLength(bool)
Gets the width or height of the HotKeySpecifier characters in the Text property.
public int GetHotKeySpecifierLength(bool isWidth = true)
Parameters
isWidth
boolIf true (the default) the width required for the HotKey specifier is returned. Otherwise, the height is returned.
Returns
- int
The number of characters required for the HotKeySpecifier. If the text direction specified by TextDirection does not match the
isWidth
parameter,0
is returned.
Remarks
Only the first HotKey specifier found in Text is supported.