Interface IBrush
Describes how an area is painted.
[TypeConverter(typeof(BrushConverter))]
[NotClientImplementable]
public interface IBrush
- Extension Methods
Properties
Opacity
Gets the opacity of the brush.
double Opacity { get; }
Property Value
Transform
Gets the transform of the brush.
ITransform? Transform { get; }
Property Value
TransformOrigin
Gets the origin of the brushes Transform
RelativePoint TransformOrigin { get; }