FontIconSource.FontStyleProperty Property

Definition

Gets the identifier for the FontStyle dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.FontIconSource.FontStyleProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ FontStyleProperty { DependencyProperty ^ get(); };
static DependencyProperty FontStyleProperty();
public static DependencyProperty FontStyleProperty { get; }
var dependencyProperty = FontIconSource.fontStyleProperty;
Public Shared ReadOnly Property FontStyleProperty As DependencyProperty

Property Value

The identifier for the FontStyle dependency property.

Applies to