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