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