C# Class Microsoft.Toolkit.Uwp.SampleApp.SamplePages.SaturationBehaviorPage

A demonstration page of how you can use the Saturation effect using behaviors.
Inheritance: IXamlRenderListener
Afficher le fichier Open project: unoplatform/Uno.WindowsCommunityToolkit

Méthodes publiques

Méthode Description
SaturationBehaviorPage ( ) : UI.Animations

Initializes a new instance of the SaturationBehaviorPage class.

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when the Page is loaded and becomes the current source of a parent Frame.

Method Details

OnNavigatedTo() protected méthode

Invoked when the Page is loaded and becomes the current source of a parent Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that can be examined by overriding code. The event data is representative of the pending navigation that will load the current Page. Usually the most relevant property to examine is Parameter.
Résultat void

SaturationBehaviorPage() public méthode

Initializes a new instance of the SaturationBehaviorPage class.
public SaturationBehaviorPage ( ) : UI.Animations
Résultat UI.Animations