ICanvasBrush.Opacity Property |
Gets or sets the opacity of the brush.
Namespace:
Microsoft.Graphics.Canvas.Brushes
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxfloat Opacity { get; set; }
Property Value
Type:
Single
Remarks1 is fully opaque, 0 fully transparent.
See Also