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