Version

StrokeElement Class Members

The following tables list the members exposed by StrokeElement.

Public Constructors
 NameDescription
Public ConstructorStrokeElement ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAlignmentAlignment of the stroke.  
Public PropertyBrushElementBrushElement used to fill the outline. If the thickness of the stroke is greater than one, the BrushElement can be seen if it is being used.  
Public PropertyColorColor of the stroke.  
Public PropertyDashStyleThe drawing style of the pen. This property corresponds directly with the System.Drawing.Pen.DashStyle property.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyThicknessWidth of the stroke in pixels.  
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 StrokeElement.  
Public MethodGetPenOverloaded. Gets the pen represented by this StrokeElement.  
Public MethodIsVisibleReturns a Boolean value that determines whether this object is visible.  
Public MethodToStringReturns a string representation of this 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