[]
Sets Microsoft.UI.Xaml.Style to the specified Microsoft.UI.Xaml.FrameworkElement
public static void SetStyle(this FrameworkElement view, Style style)
Public Shared Sub SetStyle(view As FrameworkElement, style As Style)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | view | Affected Microsoft.UI.Xaml.FrameworkElement. |
| Style | style | Microsoft.UI.Xaml.Style to set. |