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

Represents the view containing the moving content of RadBottomSheet.

Definition

Constructors

C#
public BottomSheetContentView()

Fields

HandleStyleProperty

BindableProperty

Identifies the HandleStyle bindable property.

C#
public static readonly BindableProperty HandleStyleProperty

Properties

Gets the actual style applied to the handle. The target type of the style is BottomSheetHandle.

C#
public Style ActualHandleStyle { get; }

Gets or sets the style applied to the handle. The target type of the style is BottomSheetHandle.

C#
public Style HandleStyle { get; set; }