UIElement.OpacityProperty Property

Definition

Identifies the IsHitTestVisible dependency property.

public:
 static property DependencyProperty ^ OpacityProperty { DependencyProperty ^ get(); };
/// [Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
/// [get: Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty OpacityProperty();
[Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
public static DependencyProperty OpacityProperty { [Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
var dependencyProperty = UIElement.opacityProperty;
Public Shared ReadOnly Property OpacityProperty As DependencyProperty

Property Value

The identifier for the IsHitTestVisible dependency property.

Attributes

Applies to