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