Click or drag to resize

BrushType Enumeration

Designates the type of the brush.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public enum BrushType
Members
Member nameValueDescription
SolidBrush0Brush that has a single uniform color.
HatchBrush1
TextureBrush2Brush using an image.
LinearGradientBrush3Brush that changes color along a linear path.
PathGradientBrush4Brush that changes color using a path (typically the path of the shape).
SigmaBellShapeLinearGradientBrush5Brush that changes color with a sigma bell shaped function along a linear path.
TriangularShapeLinearGradientBrush6Brush that changes color with a triangular shaped function along a linear path.
SigmaBellShapePathGradientBrush7Brush that changes color with a sigma bell shaped function along a path (typically the path of the shape).
TriangularShapePathGradientBrush8Brush that changes color with a triangular shaped function along a path (typically the path of the shape).
SyntheticTextureBrush9Brush that used a synthetic (calculated) texture.
See Also