public final class XpsSolidColorBrush extends XpsBrush
Class incapsulating SolidColorBrush property element features. This element is used to fill defined geometric regions with a solid color.
Modifier and Type | Method and Description |
---|---|
XpsSolidColorBrush |
deepClone()
Clones this solid color brush.
|
XpsColor |
getColor()
Returns the color for filled elements.
|
void |
setColor(XpsColor value)
Sets the color for filled elements.
|
getOpacity, setOpacity
public XpsColor getColor()
Returns the color for filled elements.
public void setColor(XpsColor value)
Sets the color for filled elements.
value
- The color for filled elements.public XpsSolidColorBrush deepClone()
Clones this solid color brush.
Copyright © 2021 Aspose. All Rights Reserved.