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

Base abstract class, representing a content in the RadTabView control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class TabViewContentBase : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewTabViewContentBase

Derived Classes: RadTabViewTabViewContentTabViewHeaderTabViewHeaderItem

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

C#
protected TabViewContentBase()

Fields

BackgroundColorProperty

BindableProperty

Identifies the BackgroundColor property.

C#
public static readonly BindableProperty BackgroundColorProperty

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 color of the control.

C#
public Color BackgroundColor { 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 padding of the inner content 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; }