Aspose::Page::XPS::XpsModel::XpsSolidColorBrush class

XpsSolidColorBrush class

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

class XpsSolidColorBrush : public Aspose::Page::XPS::XpsModel::XpsBrush

Methods

MethodDescription
Clone()Clones this solid color brush.
get_Color()Returns/sets the color for filled elements.
set_Color(System::SharedPtr<XpsColor>)Returns/sets the color for filled elements.

See Also