Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of Control
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
Implemented properties
Property |
Supported on |
VerticalAlignment VerticalContentAlignment |
WASM, Skia, Mobile |
ControlTemplate Template |
WASM, Skia, Mobile |
KeyboardNavigationMode TabNavigation |
WASM, Skia, Mobile |
Thickness Padding |
WASM, Skia, Mobile |
bool IsFocusEngagementEnabled |
WASM, Skia, Mobile |
bool IsFocusEngaged |
WASM, Skia, Mobile |
bool IsEnabled |
WASM, Skia, Mobile |
HorizontalAlignment HorizontalContentAlignment |
WASM, Skia, Mobile |
Brush Foreground |
WASM, Skia, Mobile |
FontWeight FontWeight |
WASM, Skia, Mobile |
FontStyle FontStyle |
WASM, Skia, Mobile |
double FontSize |
WASM, Skia, Mobile |
FontFamily FontFamily |
WASM, Skia, Mobile |
CornerRadius CornerRadius |
WASM, Skia, Mobile |
Thickness BorderThickness |
WASM, Skia, Mobile |
Brush BorderBrush |
WASM, Skia, Mobile |
BackgroundSizing BackgroundSizing |
WASM, Skia, Mobile |
Brush Background |
WASM, Skia, Mobile |
object DefaultStyleKey |
WASM, Skia, Mobile |
DependencyProperty BackgroundProperty |
WASM, Skia, Mobile |
DependencyProperty BackgroundSizingProperty |
WASM, Skia, Mobile |
DependencyProperty BorderBrushProperty |
WASM, Skia, Mobile |
DependencyProperty BorderThicknessProperty |
WASM, Skia, Mobile |
DependencyProperty CornerRadiusProperty |
WASM, Skia, Mobile |
DependencyProperty FontFamilyProperty |
WASM, Skia, Mobile |
DependencyProperty FontSizeProperty |
WASM, Skia, Mobile |
DependencyProperty FontStretchProperty |
WASM, Skia, Mobile |
DependencyProperty FontStyleProperty |
WASM, Skia, Mobile |
DependencyProperty FontWeightProperty |
WASM, Skia, Mobile |
DependencyProperty ForegroundProperty |
WASM, Skia, Mobile |
DependencyProperty HorizontalContentAlignmentProperty |
WASM, Skia, Mobile |
DependencyProperty IsEnabledProperty |
WASM, Skia, Mobile |
DependencyProperty IsFocusEngagedProperty |
WASM, Skia, Mobile |
DependencyProperty IsFocusEngagementEnabledProperty |
WASM, Skia, Mobile |
DependencyProperty IsTemplateFocusTargetProperty |
WASM, Skia, Mobile |
DependencyProperty PaddingProperty |
WASM, Skia, Mobile |
DependencyProperty TabNavigationProperty |
WASM, Skia, Mobile |
DependencyProperty TemplateProperty |
WASM, Skia, Mobile |
DependencyProperty VerticalContentAlignmentProperty |
WASM, Skia, Mobile |
Implemented methods
Method |
Supported on |
void RemoveFocusEngagement() |
WASM, Skia, Mobile |
bool ApplyTemplate() |
WASM, Skia, Mobile |
DependencyObject GetTemplateChild(string) |
WASM, Skia, Mobile |
void OnPointerEntered(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerPressed(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerMoved(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerReleased(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerExited(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerCaptureLost(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerCanceled(PointerRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPointerWheelChanged(PointerRoutedEventArgs) |
WASM |
void OnTapped(TappedRoutedEventArgs) |
WASM, Skia, Mobile |
void OnDoubleTapped(DoubleTappedRoutedEventArgs) |
WASM, Skia, Mobile |
void OnHolding(HoldingRoutedEventArgs) |
WASM, Skia, Mobile |
void OnRightTapped(RightTappedRoutedEventArgs) |
WASM, Skia, Mobile |
void OnManipulationStarting(ManipulationStartingRoutedEventArgs) |
WASM, Skia, Mobile |
void OnManipulationInertiaStarting(ManipulationInertiaStartingRoutedEventArgs) |
WASM, Skia, Mobile |
void OnManipulationStarted(ManipulationStartedRoutedEventArgs) |
WASM, Skia, Mobile |
void OnManipulationDelta(ManipulationDeltaRoutedEventArgs) |
WASM, Skia, Mobile |
void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs) |
WASM, Skia, Mobile |
void OnKeyUp(KeyRoutedEventArgs) |
WASM, Skia, Mobile |
void OnKeyDown(KeyRoutedEventArgs) |
WASM, Skia, Mobile |
void OnPreviewKeyDown(KeyRoutedEventArgs) |
WASM, Skia |
void OnPreviewKeyUp(KeyRoutedEventArgs) |
WASM, Skia |
void OnGotFocus(RoutedEventArgs) |
WASM, Skia, Mobile |
void OnLostFocus(RoutedEventArgs) |
WASM, Skia, Mobile |
void OnDragEnter(DragEventArgs) |
WASM, Skia, Mobile |
void OnDragLeave(DragEventArgs) |
WASM, Skia, Mobile |
void OnDragOver(DragEventArgs) |
WASM, Skia, Mobile |
void OnDrop(DragEventArgs) |
WASM, Skia, Mobile |
bool GetIsTemplateFocusTarget(FrameworkElement) |
WASM, Skia, Mobile |
void SetIsTemplateFocusTarget(FrameworkElement, bool) |
WASM, Skia, Mobile |
Implemented events
Below are all properties, methods, and events of Control
that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
Not implemented events
Last updated Monday, 14 April 2025 02:07.