New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides data for the PositionChanged event of the RadBottomSheet.

Definition

Namespace:Telerik.Maui.Controls.BottomSheet

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class BottomSheetStateChangingEventArgs : EventArgs

Inheritance: objectEventArgsBottomSheetStateChangingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the BottomSheetStateChangingEventArgs class.

C#
public BottomSheetStateChangingEventArgs(double position)
Parameters:positiondouble

Defines the position of the bottom sheet.

Properties

Gets the new position of the bottom sheet.

C#
public double Position { get; }