C1.WPF.Gauge Namespace / C1GaugeAlignment Enumeration

C1GaugeAlignment Enumeration
Alignment possibilities for a decorator (relative to the Gauge's axis)
Syntax
'Declaration
 
Public Enum C1GaugeAlignment 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe decorator is located centered in a the axis.
InThe decorator is located inside the axis.
OutThe decorator is located outside the axis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Gauge.C1GaugeAlignment

See Also