Represents a brush that paints an area with a solid color.

System.Object
  Docentric.Documents.ObjectModel.Brush
    Docentric.Documents.ObjectModel.SolidColorBrush

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class SolidColorBrush : Brush

The SolidColorBrush type exposes the following members.

Name Description
Public constructor .ctor(Color)
Name Description
Public member Color Gets or sets the color of this SolidColorBrush.
Name Description
Public method Equals Determines whether the specified object is equal to this SolidColorBrush instance. (Overrides SolidColorBrush.Equals)
Public method GetHashCode Gets the hash code for this instance. (Overrides SolidColorBrush.GetHashCode)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns the string representation of the object. (Overrides SolidColorBrush.ToString)