Version

PaintElement Class Properties

For a list of all members of this type, see PaintElement members.

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)
See Also