ClassTabViewContentBase
Base abstract class, representing a content in the RadTabView control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class TabViewContentBase : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewTabViewContentBase
Derived Classes:
Implements:
Inherited Members
Constructors
TabViewContentBase()
Declaration
protected TabViewContentBase()
Fields
BackgroundColorProperty
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
BindableProperty
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
BindableProperty
BorderThicknessProperty
Identifies the BorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
BindableProperty
ContentPaddingProperty
Identifies the ContentPadding property.
Declaration
public static readonly BindableProperty ContentPaddingProperty
Field Value
BindableProperty
CornerRadiusProperty
Identifies the CornerRadius property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
BindableProperty
Properties
BackgroundColor
Gets or sets the background color of the control.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Color
BorderColor
Gets or sets the border color of the control.
Declaration
public Color BorderColor { get; set; }
Property Value
Color
BorderThickness
Gets or sets the border thickness of the control.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Thickness
ContentPadding
Gets or sets the padding of the inner content of the control.
Declaration
public Thickness ContentPadding { get; set; }
Property Value
Thickness
CornerRadius
Gets or sets the corner radius of the control.
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Thickness