Class
BottomSheetContentView

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: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

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