Brush.Opacity property

This topic has not yet been rated - Rate this topic

Gets or sets the degree of opacity of a Brush.

Syntax


public double Opacity { get; set; }


<brush Opacity="double"/>

Property value

Type: System.Double [.NET] | float64 [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

Brush

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.