Class BottomSheetStateChangingEventArgs
Provides data for the PositionChanged event of the RadBottomSheet.
Inheritance
System.Object
BottomSheetStateChangingEventArgs
Namespace: Telerik.Maui.Controls.BottomSheet
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BottomSheetStateChangingEventArgs : EventArgs
Constructors
BottomSheetStateChangingEventArgs(Double)
Initializes a new instance of the BottomSheetStateChangingEventArgs class.
Declaration
public BottomSheetStateChangingEventArgs(double position)
Parameters
System.Double
position
Defines the position of the bottom sheet. |
Properties
Position
Gets the new position of the bottom sheet.
Declaration
public double Position { get; }
Property Value
System.Double
|