SolidColorBrush Class

Represents a solid color brush.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBrush
    Dundas.BI.Entities.ViewsSolidColorBrush

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class SolidColorBrush : Brush, 
	IEquatable<SolidColorBrush>

The SolidColorBrush type exposes the following members.

Constructors
  NameDescription
Public methodSolidColorBrush
Initializes a new instance of the SolidColorBrush class.
Public methodSolidColorBrush(String)
Initializes a new instance of the SolidColorBrush class.
Top
Properties
  NameDescription
Public propertyBrushType
Gets the brush type.
(Overrides BrushBrushType.)
Public propertyColor
Gets or sets the color.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(SolidColorBrush)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also