FamilyTypeface.Style 属性

定义

获取或设置字体系列字样设计的样式。

public:
 property System::Windows::FontStyle Style { System::Windows::FontStyle get(); void set(System::Windows::FontStyle value); };
public System.Windows.FontStyle Style { get; set; }
member this.Style : System.Windows.FontStyle with get, set
Public Property Style As FontStyle

属性值

FontStyle

一个 FontStyle 类型的值。

注解

描述字体的样式,如普通字体、斜体或斜体。

适用于