ComponentOne Gauges for WinForms
C1GaugeAlignment Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeAlignment Enumeration
Aligment possibilities for a decorator (relative to the Gauge's axis).
Syntax
'Declaration
 
Public Enum C1GaugeAlignment 
   Inherits System.Enum
public enum C1GaugeAlignment : 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.Win.C1Gauge.C1GaugeAlignment

See Also

Reference

C1.Win.C1Gauge Namespace