HatchingBrush Class

Represents a hatched pattern brush.
Inheritance Hierarchy

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class HatchingBrush : Brush

The HatchingBrush type exposes the following members.

Constructors
  NameDescription
Public methodHatchingBrush
Initializes a new instance of the HatchingBrush class
Top
Properties
  NameDescription
Public propertyAngle
Gets or sets the angle of the hatching lines in degrees.
Public propertyBrushType
Gets the brush type.
(Overrides BrushBrushType.)
Public propertyColor
Gets or sets the color of the hatching lines.
Public propertyGap
Gets or sets the gap between hatching lines in pixels.
Public propertyThickness
Gets or sets the thickness of the hatching lines in pixels.
Top
See Also