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