Edit

Share via


VisualExtensions.GetOpacity(DependencyObject) Method

Definition

Gets the Windows.UI.Composition.Visual.Opacity of a UIElement

public static double GetOpacity (Windows.UI.Xaml.DependencyObject obj);
static member GetOpacity : Windows.UI.Xaml.DependencyObject -> double
Public Function GetOpacity (obj As DependencyObject) As Double

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

Returns

The Windows.UI.Composition.Visual.Opacity of the Windows.UI.Xaml.UIElement

Applies to