public FontStyle SelectedFontStyle { get; set; }Public Property SelectedFontStyle As FontStyle
Get
Setpublic:
property FontStyle SelectedFontStyle {
FontStyle get ();
void set (FontStyle value);
}member SelectedFontStyle : FontStyle with get, set