FontIcon.FontStyleProperty 属性

定义

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

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

属性值

FontStyle 依赖属性的标识符。

适用于