Control.FontWeightProperty 属性

定义

标识 FontWeight 依赖属性。

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

属性值

FontWeight 依赖属性的标识符。

适用于