Class
RadBorderContentView

Base abstract class for all composite controls based on custom ControlTemplates and custom Styles. Defines additional properties for border color, border brush, border thickness and corner radius.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class RadBorderContentView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentView

Derived Classes: AIPromptCommandItemViewBaseAIPromptInputSuggestionViewAIPromptOutputItemViewAIPromptPopupContentViewAIPromptViewBottomSheetContentViewBottomSheetHandleExpandableViewHeaderItemViewNavigationViewContainerNavigationViewPaneNavigationViewPaneFooterNavigationViewPaneHeaderRadAIPromptRadBottomSheetRadDataPagerRadGridSplitterRadItemsViewRadNavigationViewRichTextEditorDialogToolbarItemViewContentScrollBarContentViewToolbarContentView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

RadBorderContentView()

Declaration

cs-api-definition
protected RadBorderContentView()

Fields

BackgroundColorProperty

Identifies the BackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BackgroundColorProperty

Field Value

BindableProperty

BackgroundProperty

Identifies the Background property.

Declaration

cs-api-definition
public static readonly BindableProperty BackgroundProperty

Field Value

BindableProperty

BorderBrushProperty

Identifies the BorderBrush property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderBrushProperty

Field Value

BindableProperty

BorderColorProperty

Identifies the BorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderColorProperty

Field Value

BindableProperty

BorderThicknessProperty

Identifies the BorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderThicknessProperty

Field Value

BindableProperty

ContentPaddingProperty

Identifies the ContentPadding property.

Declaration

cs-api-definition
public static readonly BindableProperty ContentPaddingProperty

Field Value

BindableProperty

CornerRadiusProperty

Identifies the CornerRadius property.

Declaration

cs-api-definition
public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

Properties

Background

Gets or sets the background brush of the control.

Declaration

cs-api-definition
[TypeConverter(typeof(BrushTypeConverter))]
public Brush Background { get; set; }

Property Value

Brush

BackgroundColor

Gets or sets the background color of the control.

Declaration

cs-api-definition
public Color BackgroundColor { get; set; }

Property Value

Color

BorderBrush

Gets or sets the border brush of the control.

Declaration

cs-api-definition
public Brush BorderBrush { get; set; }

Property Value

Brush

BorderColor

Gets or sets the border color of the control.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

BorderThickness

Gets or sets the border thickness of the control.

Declaration

cs-api-definition
public Thickness BorderThickness { get; set; }

Property Value

Thickness

ContentPadding

Gets or sets the content padding of the control.

Declaration

cs-api-definition
public Thickness ContentPadding { get; set; }

Property Value

Thickness

CornerRadius

Gets or sets the corner radius of the control.

Declaration

cs-api-definition
public Thickness CornerRadius { get; set; }

Property Value

Thickness