[CanBeNullAttribute]
public FontStyle? FontStyle { get; }
<CanBeNullAttribute>
Public ReadOnly Property FontStyle As FontStyle?
Get
public:
[CanBeNullAttribute]
property Nullable<FontStyle^> FontStyle {
Nullable<FontStyle^> get ();
}
[<CanBeNullAttribute>]
member FontStyle : Nullable<FontStyle> with get