Version

Shadow Class Members

The following tables list the members exposed by Shadow.

Public Constructors
 NameDescription
Public ConstructorShadow ConstructorShadow constructor.  
Public Properties
 NameDescription
Public PropertyAngleAngle of the shadow. Used in conjunction with the Depth property to determine the shadow's location.  
Public PropertyBrushElementBrushElement used for filling the shadow.  
Public PropertyDepthDistance of this shadow from its source primitive, measured in pixels using the Angle property for direction.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyStrokeElementStrokeElement defining the pen used to outline the shadow.  
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 Shadow object.  
Public MethodGetShadowPrimitiveGets a Primitive which represents a shadow for the source primitive, using the settings of this shadow object.  
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