Class
BottomSheetStateChangingEventArgs

Provides data for the PositionChanged event of the RadBottomSheet.

Definition

Namespace:Telerik.Maui.Controls.BottomSheet

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class BottomSheetStateChangingEventArgs : EventArgs

Inheritance: objectEventArgsBottomSheetStateChangingEventArgs

Inherited Members EventArgs.Empty

Constructors

BottomSheetStateChangingEventArgs(double)

Initializes a new instance of the BottomSheetStateChangingEventArgs class.

Declaration

cs-api-definition
public BottomSheetStateChangingEventArgs(double position)

Parameters

position

double

Defines the position of the bottom sheet.

Properties

Position

Gets the new position of the bottom sheet.

Declaration

cs-api-definition
public double Position { get; }

Property Value

double