Version

PaintElement Class Members

The following tables list the members exposed by PaintElement.

Public Constructors
 NameDescription
Public ConstructorPaintElement ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldappearancePropertyThe name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Protected FieldparentAppearanceAn instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCustomBrushCustom fill brush.  
Public PropertyElementTypeIdentifies the type of painting applied.  
Public PropertyFillFill color of the associated graphical object.  
Public PropertyFillGradientStyleDetermines the gradient fill style applied to the Paint Element's brush.  
Public PropertyFillImageTexture to apply to the graphical object.  
Public PropertyFillOpacityAn opacity for the rendering brush.  
Public PropertyFillStopColorSecondary fill color for the associated graphical object.  
Public PropertyFillStopOpacityAn opacity for the secondary rendering brush.  
Public PropertyHatchHatchwork fill pattern applied to the graphical object.  
Public PropertyImageFitStyleIdentifies the Fit style applied to Image.  
Public PropertyImagePathPath to FillImage.  
Public PropertyImageWrapModeDefines how textures should be tiled and/or wrapped.  
Public PropertyStrokeColor of the pen used to outline drawn shapes.  
Public PropertyStrokeAlignmentAlignment of this PaintElement's stroke or outline.  
Public PropertyStrokeOpacityAn opacity for the rendering pen.  
Public PropertyStrokeWidthThickness of the pen used to outline graphical objects.  
Public PropertyTextureDetermines which texture to use for this PaintElement if its ElementType is set to Texture.  
Public PropertyTextureApplicationStyle of texture application for this PaintElement if its ElementType is set to Texture.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates a new PaintElement object that is a copy of the current instance.  
Public Methodstatic (Shared in Visual Basic)GetBrushOverloaded. Gets a brush to fill non-rectangular areas.  
Public Methodstatic (Shared in Visual Basic)GetHilightBrushGets a brush to fill shapes with a translucent highlighting effect.  
Public MethodGetParentAppearanceGets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Methodstatic (Shared in Visual Basic)GetPenGets a pen to outline shapes.  
Public MethodInitializeConstructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodMatchDetermines whether or not this PaintElement is identical to another PaintElement.  
Public MethodResetAllResets all properties of this PaintElement to their default values.  
Public MethodSetParentAppearanceSets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodSetParentPropertySets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodShouldSerializeChecks whether any property has been changed from its default value.  
Public MethodToStringReturns string representation of Paint Element type  
Public MethodToXmlCreates this PaintElement object as an XML Element using a given XML Document.  
See Also