1 implementation of Opacity
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
771 public double Opacity
3 references to Opacity
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
47 [nameof(IView.Opacity)] = MapOpacity, 337 /// 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,