Class XpsSolidColorBrush

XpsSolidColorBrush class

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

public sealed class XpsSolidColorBrush : XpsBrush

Properties

NameDescription
Color { get; set; }Returns/sets the color for filled elements.
Opacity { get; set; }Returns/sets value defining the uniform transparency of the brush fill.

Methods

NameDescription
Clone()Clones this solid color brush.

See Also