public FontStretchViewModel(
FontStretch? fontStretch
)
Public Sub New (
fontStretch As FontStretch?
)
public:
FontStretchViewModel(
Nullable<FontStretch^> fontStretch
)
new :
fontStretch : Nullable<FontStretch> -> FontStretchViewModel