'Declaration Public Enum PaintElementType Inherits System.Enum
public enum PaintElementType : System.Enum
Member | Description |
---|---|
CustomBrush | The PaintElement uses a custom brush. |
Gradient | The PaintElement describes gradient fills. |
Hatch | The PaintElement describes pattern fills. |
Image | The PaintElement describes image fills. |
None | The PaintElement is Undefined. |
SolidFill | The PaintElement describes solid fills. |
Texture | The PaintElement uses a texture, as specified by the Texture property. If Texture is set to CustomImage, then the FillImage is used to generate a texture. |
See the documentation for the ElementType property for more issue on how to take advantage of this in your application.
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