Represents the view containing the moving content of RadBottomSheet.
Definition
Namespace:Telerik.Maui.Controls.BottomSheet
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class BottomSheetContentView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewBottomSheetContentView
Implements:
Inherited Members
Constructors
C#
public BottomSheetContentView()
Fields
HandleStyleProperty
BindableProperty
Identifies the HandleStyle bindable property.
C#
public static readonly BindableProperty HandleStyleProperty
Properties
ActualHandleStyle
Style
Gets the actual style applied to the handle. The target type of the style is BottomSheetHandle.
C#
public Style ActualHandleStyle { get; }
HandleStyle
Style
Gets or sets the style applied to the handle. The target type of the style is BottomSheetHandle.
C#
public Style HandleStyle { get; set; }