The C1GaugeSegment type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugeSegment
Initializes a new instance of the shape.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads a shape from an XmlDocument.
(Inherited from C1GaugeBaseShape.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetBorder
This member is for internal use only.
(Inherited from C1GaugeFilledShape.)
Protected methodResetFilling
This member is for internal use only.
(Inherited from C1GaugeFilledShape.)
Protected methodResetGradient
This member is for internal use only.
(Inherited from C1GaugeFilledShape.)
Public methodSave
Saves a shape into an XmlWriter.
(Inherited from C1GaugeBaseShape.)
Protected methodShouldSerializeBorder
This member is for internal use only.
(Inherited from C1GaugeFilledShape.)
Protected methodShouldSerializeClippings
This member is for internal use only.
(Inherited from C1GaugeBaseShape.)
Protected methodShouldSerializeFilling
This member is for internal use only.
(Inherited from C1GaugeFilledShape.)
Protected methodShouldSerializeGradient
This member is for internal use only.
(Inherited from C1GaugeFilledShape.)
Protected methodShouldSerializeViewport
This member is for internal use only.
(Inherited from C1GaugeBaseShape.)
Public methodToString
Returns a string that represents the current object.
(Inherited from C1GaugeBaseShape.)

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 propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.)
Public propertyCornerRadius
Gets or sets the radius for the segment 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 propertyInnerRadius
Gets or sets the radius of the "chord" line.
Public propertyName
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyOuterRadius
Gets or sets the logical radius of the circular segment.
Public propertyOwner
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.)
Public propertyStartAngle
Start angle for the C1GaugeSegment. 0 is the topmost point of the circumference.
Public propertySweepAngle
Sweep angle for the C1GaugeSegment.
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.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone (Inherited from C1GaugeBaseShape.)
Explicit interface implemetationPrivate methodIDisposable..::..Dispose (Inherited from C1GaugeBaseShape.)

See Also