Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 530 Bytes

brush_opacity.md

File metadata and controls

30 lines (19 loc) · 530 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Brush.Opacity
winrt property

Windows.UI.Xaml.Media.Brush.Opacity

-description

Gets or sets the degree of opacity of a Brush.

-xaml-syntax

<brush Opacity="double"/>

-property-value

The value of the Opacity property is expressed as a value between 0 and 1.0. The default value is 1.0, which is full opacity. 0 is transparent opacity.

-remarks

-examples

-see-also