public FontStretchViewModel FontStretch { get; }
Public ReadOnly Property FontStretch As FontStretchViewModel
Get
public:
property FontStretchViewModel^ FontStretch {
FontStretchViewModel^ get ();
}
member FontStretch : FontStretchViewModel with get