Gets the Orientation of the Bar.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Orientation Orientation { get; private set; } |
| Visual Basic |
|---|
Public Property Orientation As Orientation Get Private Set |
| Visual C++ |
|---|
public: property Orientation Orientation { Orientation get (); private: void set (Orientation value); } |