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