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