Summary
Converts a
KeyGesture
to a string, formatting it according to the current
platform's style guidelines.
- Namespace
- Avalonia
.Controls .Converters - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IValueConverter"]
click Interface0 "/api/Avalonia.Data.Converters/IValueConverter"
Type["PlatformKeyGestureConverter"]
class Type type-node
Syntax
public class PlatformKeyGestureConverter : IValueConverter
Methods
Name | Value | Summary |
---|---|---|
Convert |
object | |
ConvertBack |
object | |
ToPlatformString |
string |
Converts a
KeyGesture to a string, formatting it according to the current
platform's style guidelines.
static
|