Version

PaintElement Class

The characteristics applied when filling and outlining Primitives and Appearance properties.
Syntax
'Declaration
 
Public Class PaintElement 
   Inherits AppearanceHelper
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

Primitves and certain ChartAppearance subclasses that expose properties with sophisticated filling features use PaintElement objects to describe the characteristics of how they are filled and outlined. This type encapsulates those methods and properties developers may already expect from Brush (fill) and Pen (stroke) objects in other GUI environments.

PaintElement objects are only applicable to objects that support all of the following sophisticated filling techniques:

  • Solid fills.
  • Tiled texture fills.
  • Gradient fills.
  • Hatch pattern fills.

Appearance objects that don't require PaintElement's broad support will only expose a fill or background color property (and possibly border color and thickness properties) for solid fills only.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also