Class XpsSolidColorBrush

Class XpsSolidColorBrush

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

Class incapsulating SolidColorBrush property element features. This element is used to fill defined geometric regions with a solid color.

public sealed class XpsSolidColorBrush : XpsBrush

Inheritance

objectXpsObjectXpsBrushXpsSolidColorBrush

Inherited Members

XpsBrush.Opacity, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Color

Returns/sets the color for filled elements.

public XpsColor Color { get; set; }

Property Value

XpsColor

Methods

Clone()

Clones this solid color brush.

public XpsSolidColorBrush Clone()

Returns

XpsSolidColorBrush

Clone of this solid color brush.

 English