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