The C1GaugeSector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1GaugeSector |
Initializes a new instance of the shape.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Loads a shape from an XmlDocument.
(Inherited from C1GaugeBaseShape.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetBorder |
This member is for internal use only.
(Inherited from C1GaugeFilledShape.) | |
| ResetFilling |
This member is for internal use only.
(Inherited from C1GaugeFilledShape.) | |
| ResetGradient |
This member is for internal use only.
(Inherited from C1GaugeFilledShape.) | |
| Save |
Saves a shape into an XmlWriter.
(Inherited from C1GaugeBaseShape.) | |
| ShouldSerializeBorder |
This member is for internal use only.
(Inherited from C1GaugeFilledShape.) | |
| ShouldSerializeClippings |
This member is for internal use only.
(Inherited from C1GaugeBaseShape.) | |
| ShouldSerializeFilling |
This member is for internal use only.
(Inherited from C1GaugeFilledShape.) | |
| ShouldSerializeGradient |
This member is for internal use only.
(Inherited from C1GaugeFilledShape.) | |
| ShouldSerializeViewport |
This member is for internal use only.
(Inherited from C1GaugeBaseShape.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from C1GaugeBaseShape.) |
Properties
| Name | Description | |
|---|---|---|
| Border |
Gets the properties of the shape border.
(Inherited from C1GaugeFilledShape.) | |
| CenterPointX |
Gets or sets the fraction-based X position of the shape center.
(Inherited from C1GaugeBaseShape.) | |
| CenterPointY |
Gets or sets the fraction-based Y position of the shape center.
(Inherited from C1GaugeBaseShape.) | |
| CenterRadius |
Gets or sets the logical radius of the sector center.
| |
| Clippings |
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.) | |
| CornerRadius |
Gets or sets the radius for the sector corners.
| |
| Filling |
Adjusts the interior filling of the shape.
(Inherited from C1GaugeFilledShape.) | |
| Gradient |
Encapsulates properties of a color gradient.
(Inherited from C1GaugeFilledShape.) | |
| HitTestable |
Gets or sets whether the shape can be hit-tested.
(Inherited from C1GaugeBaseShape.) | |
| InnerOffset |
Gets or sets the logical offset of the inner circle (if the SweepAngle is less than 180 degrees).
| |
| InnerRadius |
Gets or sets the logical inner radius of the sector.
| |
| Name |
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.) | |
| OuterRadius |
Gets or sets the logical outer radius of the sector.
| |
| Owner |
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.) | |
| StartAngle |
Start angle for the C1GaugeSector. 0 is the topmost point of the circumference.
| |
| SweepAngle |
Sweep angle for the C1GaugeSector.
| |
| Viewport |
Specifies the outer bounds for the shape.
(Inherited from C1GaugeBaseShape.) | |
| Visible |
Gets or sets whether the shape is visible.
(Inherited from C1GaugeBaseShape.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | (Inherited from C1GaugeBaseShape.) | |
| IDisposable..::..Dispose | (Inherited from C1GaugeBaseShape.) |