The C1GaugeSector type exposes the following members.

Properties

  NameDescription
Public propertyBorder
Gets the properties of the shape border.
(Inherited from C1GaugeFilledShape.)
Public propertyCenterPointX
Gets or sets the fraction-based X position of the shape center.
(Inherited from C1GaugeBaseShape.)
Public propertyCenterPointY
Gets or sets the fraction-based Y position of the shape center.
(Inherited from C1GaugeBaseShape.)
Public propertyCenterRadius
Gets or sets the logical radius of the sector center.
Public propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.)
Public propertyCornerRadius
Gets or sets the radius for the sector corners.
Public propertyFilling
Adjusts the interior filling of the shape.
(Inherited from C1GaugeFilledShape.)
Public propertyGradient
Encapsulates properties of a color gradient.
(Inherited from C1GaugeFilledShape.)
Public propertyHitTestable
Gets or sets whether the shape can be hit-tested.
(Inherited from C1GaugeBaseShape.)
Public propertyInnerOffset
Gets or sets the logical offset of the inner circle (if the SweepAngle is less than 180 degrees).
Public propertyInnerRadius
Gets or sets the logical inner radius of the sector.
Public propertyName
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyOuterRadius
Gets or sets the logical outer radius of the sector.
Public propertyOwner
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.)
Public propertyStartAngle
Start angle for the C1GaugeSector. 0 is the topmost point of the circumference.
Public propertySweepAngle
Sweep angle for the C1GaugeSector.
Public propertyViewport
Specifies the outer bounds for the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyVisible
Gets or sets whether the shape is visible.
(Inherited from C1GaugeBaseShape.)

See Also