The following tables list the members exposed by PaintElement.
| Name | Description | |
|---|---|---|
|  | PaintElement Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | appearanceProperty | The name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) | 
|  | parentAppearance | An instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) | 
| Name | Description | |
|---|---|---|
|  | ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
|  | CustomBrush | Custom fill brush. | 
|  | ElementType | Identifies the type of painting applied. | 
|  | Fill | Fill color of the associated graphical object. | 
|  | FillGradientStyle | Determines the gradient fill style applied to the Paint Element's brush. | 
|  | FillImage | Texture to apply to the graphical object. | 
|  | FillOpacity | An opacity for the rendering brush. | 
|  | FillStopColor | Secondary fill color for the associated graphical object. | 
|  | FillStopOpacity | An opacity for the secondary rendering brush. | 
|  | Hatch | Hatchwork fill pattern applied to the graphical object. | 
|  | ImageFitStyle | Identifies the Fit style applied to Image. | 
|  | ImagePath | Path to FillImage. | 
|  | ImageWrapMode | Defines how textures should be tiled and/or wrapped. | 
|  | Stroke | Color of the pen used to outline drawn shapes. | 
|  | StrokeAlignment | Alignment of this PaintElement's stroke or outline. | 
|  | StrokeOpacity | An opacity for the rendering pen. | 
|  | StrokeWidth | Thickness of the pen used to outline graphical objects. | 
|  | Texture | Determines which texture to use for this PaintElement if its ElementType is set to Texture. | 
|  | TextureApplication | Style of texture application for this PaintElement if its ElementType is set to Texture. | 
| Name | Description | |
|---|---|---|
|  | dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
|  | noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
| Name | Description | |
|---|---|---|
|  | Clone | Creates a new PaintElement object that is a copy of the current instance. | 
|   | GetBrush | Overloaded. Gets a brush to fill non-rectangular areas. | 
|   | GetHilightBrush | Gets a brush to fill shapes with a translucent highlighting effect. | 
|  | GetParentAppearance | Gets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) | 
|   | GetPen | Gets a pen to outline shapes. | 
|  | Initialize | Constructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) | 
|  | Match | Determines whether or not this PaintElement is identical to another PaintElement. | 
|  | ResetAll | Resets all properties of this PaintElement to their default values. | 
|  | SetParentAppearance | Sets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) | 
|  | SetParentProperty | Sets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper) | 
|  | ShouldSerialize | Checks whether any property has been changed from its default value. | 
|  | ToString | Returns string representation of Paint Element type | 
|  | ToXml | Creates this PaintElement object as an XML Element using a given XML Document. |