Version

Wedge Class Members

The following tables list the members exposed by Wedge.

Public Constructors
 NameDescription
Public ConstructorWedge ConstructorWedge constructor.  
Public Properties
 NameDescription
Public PropertyBoundsBounding rectangle of the ellipse from which this wedge is taken.  
Public PropertyBrushElementBrushElement defining how this PrimitiveShape is painted. (Inherited from Infragistics.UltraGauge.Resources.PrimitiveShape)
Public PropertyCornerExtentExtent at which a corner will begin, measured along each side. Typical values are between 50 and 100.  
Public PropertyCornerSplineTensionSpline tension applied to rounded corners, when InnerExtent is non-zero and CornerExtent is not 100.  
Public PropertyElementAPI Element represented by this Primitive. (Inherited from Infragistics.UltraGauge.Resources.Primitive)
Public PropertyEndAngleEnding angle of this wedge.  
Public PropertyExpansionExpansion applied around the gauge bounds when InnerExtent is set to a non-zero value.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyInnerExtentExtent of the inside radius of this wedge. A positive value will result in a "doughnut" shape. A negative value will result in a "seashell" shape.  
Public PropertyKeyUnique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject)
Public PropertyOuterExtentExtent of the outside radius of this wedge. Setting this to a value less than 100 effectively reduces the bounds of this wedge by a percentage.  
Public PropertyStartAngleStarting angle of this wedge.  
Public PropertyStrokeElementStrokeElement defining the Pen used for outlining this PrimitiveShape. (Inherited from Infragistics.UltraGauge.Resources.PrimitiveShape)
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this Wedge.  
Public MethodSegmentDivides this wedge into many sub-wedges and returns the array of sub-wedges.  
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also