Version

BrushType Enumeration

Represents valid types of brushes.
Syntax
'Declaration
 
Public Enum BrushType 
   Inherits System.Enum
public enum BrushType : System.Enum 
Members
MemberDescription
HatchDefines hatched brush.
LinearGradientDefines linear gradient brush.
LinearGradientDirectDefines absolute linear gradient brush.
RadialGradientDefines radial gradient brush.
RadialGradientDirectDefines absolute radial gradient brush.
SolidColorDefines solid color brush.
TextureDefines texture brush.
TextureDirectDefines absolute texture brush.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub