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
object ← XpsObject ← XpsBrush ← XpsSolidColorBrush
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
Methods
Clone()
Clones this solid color brush.
public XpsSolidColorBrush Clone()
Returns
Clone of this solid color brush.