ComponentOne Gauges for WinForms
C1GaugeMarkShape Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeMarkShape Enumeration
The set of standard tick mark shapes.
Syntax
'Declaration
 
Public Enum C1GaugeMarkShape 
   Inherits System.Enum
public enum C1GaugeMarkShape : System.Enum 
Members
MemberDescription
CustomUse the custom shape for tick marks.
RectangleDisplay a tick mark as rectangle.
RoundDisplay a tick mark as circle or round rectangle.
TriangleDisplay a tick mark as triangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Gauge.C1GaugeMarkShape

See Also

Reference

C1.Win.C1Gauge Namespace