'Declaration
Public Property FontStretch As FontStretch
'Usage
Dim instance As ChartStyle Dim value As FontStretch instance.FontStretch = value value = instance.FontStretch
public FontStretch FontStretch {get; set;}
public: property FontStretch FontStretch { FontStretch get(); void set ( FontStretch value); }