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