FontStyleSetInfo.Style 属性

定义

获取或设置字体的粗体、斜体、删除线和下划线样式。

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

属性值

FontStyle

此信息的 FontStyle。

适用于