[NotClientImplementableAttribute]
public interface ISolidColorBrush : IBrush<NotClientImplementableAttribute>
Public Interface ISolidColorBrush
Inherits IBrush[<NotClientImplementableAttribute>]
type ISolidColorBrush =
interface
interface IBrush
end| Color | Gets the color of the brush. |
| Opacity |
Gets the opacity of the brush.
(Inherited from IBrush) |
| Transform |
Gets the transform of the brush.
(Inherited from IBrush) |
| TransformOrigin |
Gets the origin of the brushes Transform (Inherited from IBrush) |
| ToImmutable |
Converts a brush to an immutable brush.
(Defined by BrushExtensions) |