HatchingBrush Class

Represents a hatched pattern brush.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBrush
    Dundas.BI.Entities.ViewsHatchingBrush

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

The HatchingBrush type exposes the following members.

Constructors
 NameDescription
Public methodHatchingBrushInitializes 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