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