FontIconSource.FontWeightProperty Property

Definition

Gets the identifier for the FontWeight dependency property.

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

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

Property Value

The identifier for the FontWeight dependency property.

Applies to