New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public abstract class RadBorderContentView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentView

Derived Classes: AIPromptCommandItemViewBaseAIPromptInputSuggestionViewAIPromptOutputItemViewAIPromptPopupContentViewAIPromptViewBottomSheetContentViewBottomSheetHandleChatItemViewChatMessageAttachmentActionsViewChatMessageAttachmentViewChatMessageAttachmentsListViewExpandableViewHeaderItemViewNavigationViewContainerNavigationViewPaneNavigationViewPaneFooterNavigationViewPaneHeaderPromptInputAttachedFileItemViewPromptInputAttachedFilesViewRadAIPromptRadBottomSheetRadDataPagerRadGridSplitterRadItemsViewRadNavigationViewRadPromptInputRadSkeletonRichTextEditorDialogToolbarItemViewContentScrollBarContentViewToolbarContentView...

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

C#
protected RadBorderContentView()

Fields

BackgroundColorProperty

BindableProperty

Identifies the BackgroundColor property.

C#
public static readonly BindableProperty BackgroundColorProperty

BackgroundProperty

BindableProperty

Identifies the Background property.

C#
public static readonly BindableProperty BackgroundProperty

BorderBrushProperty

BindableProperty

Identifies the BorderBrush property.

C#
public static readonly BindableProperty BorderBrushProperty

BorderColorProperty

BindableProperty

Identifies the BorderColor property.

C#
public static readonly BindableProperty BorderColorProperty

BorderThicknessProperty

BindableProperty

Identifies the BorderThickness property.

C#
public static readonly BindableProperty BorderThicknessProperty

ContentPaddingProperty

BindableProperty

Identifies the ContentPadding property.

C#
public static readonly BindableProperty ContentPaddingProperty

CornerRadiusProperty

BindableProperty

Identifies the CornerRadius property.

C#
public static readonly BindableProperty CornerRadiusProperty

Properties

Gets or sets the background brush of the control.

C#
[TypeConverter(typeof(BrushTypeConverter))]
public Brush Background { get; set; }

Gets or sets the background color of the control.

C#
public Color BackgroundColor { get; set; }

Gets or sets the border brush of the control.

C#
public Brush BorderBrush { get; set; }

Gets or sets the border color of the control.

C#
public Color BorderColor { get; set; }

Gets or sets the border thickness of the control.

C#
public Thickness BorderThickness { get; set; }

Gets or sets the content padding of the control.

C#
public Thickness ContentPadding { get; set; }

CornerRadius

Thickness

Gets or sets the corner radius of the control.

C#
public Thickness CornerRadius { get; set; }