Class BackLayerStateChangedEventArgs
Provides event data for the BackLayerStateChanged.
Inheritance
System.Object
BackLayerStateChangedEventArgs
Namespace: Syncfusion.Maui.Backdrop
Assembly: Syncfusion.Maui.Backdrop.dll
Syntax
public class BackLayerStateChangedEventArgs : EventArgs
Constructors
BackLayerStateChangedEventArgs()
Declaration
public BackLayerStateChangedEventArgs()
Properties
Percentage
Gets the height of the front layer revealed in percentage.
Declaration
public double Percentage { get; }
Property Value
Type |
---|
System.Double |