ToPlatformString Method
Converts a KeyGesture to a string, formatting it according to the current platform's style guidelines.
Definition
Namespace: Avalonia.Controls.Converters
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static string ToPlatformString(
KeyGesture gesture
)
Public Shared Function ToPlatformString (
gesture As KeyGesture
) As String
static member ToPlatformString :
gesture : KeyGesture -> string
Parameters
- KeyGesture
- The gesture.
Return Value
String
The gesture formatted according to the current platform.
See Also
Reference
PlatformKeyGestureConverter Class
Avalonia.Controls.Converters Namespace