public FontStyle FontStyle { get; set; }
Public Property FontStyle As FontStyle
Get
Set
public:
virtual property FontStyle^ FontStyle {
FontStyle^ get () sealed;
void set (FontStyle^ value) sealed;
}
abstract FontStyle : FontStyle with get, set
override FontStyle : FontStyle with get, set