Orientation of the C1LinearGauge.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(C1GaugeOrientation.Horizontal)] public C1GaugeOrientation Orientation { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(C1GaugeOrientation.Horizontal)> _ Public Property Orientation As C1GaugeOrientation Get Set |