FontIconSource.FontStyleProperty 属性

定义

获取 FontStyle 依赖属性的标识符。

适用于 UWP 的等效 WinUI 2 APIMicrosoft.UI.Xaml.Controls.FontIconSource.FontStyleProperty (,请参阅 Windows 应用 SDK) Windows 应用 SDK命名空间

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

属性值

FontStyle 依赖属性的标识符。

适用于