'Declaration
Public Overridable Property Orientation As LegendOrientation
'Usage
Dim instance As ChartLegend Dim value As LegendOrientation instance.Orientation = value value = instance.Orientation
public virtual LegendOrientation Orientation {get; set;}
public read-write property Orientation: LegendOrientation; virtual;
public function get,set Orientation : LegendOrientation
public: __property virtual LegendOrientation get_Orientation(); public: __property virtual void set_Orientation( LegendOrientation value );
public: virtual property LegendOrientation Orientation { LegendOrientation get(); void set ( LegendOrientation value); }