PlatformKeyGestureConverter Class

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, Type, object, CultureInfo) object
ConvertBack(object, Type, object, CultureInfo) object
ToPlatformString(KeyGesture) string
Converts a KeyGesture to a string, formatting it according to the current platform's style guidelines.
static