1 implementation of Opacity
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
808 public double Opacity
3 references to Opacity
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
53 [nameof(IView.Opacity)] = MapOpacity, 338 /// Maps the abstract <see cref="IView.Opacity"/> property to the platform-specific implementations.
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
49 [nameof(IView.Opacity)] = MapIgnore,