TabViewContentBase
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
protected TabViewContentBase()
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
public static readonly BindableProperty BackgroundColorProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
public static readonly BindableProperty BorderThicknessProperty
ContentPaddingProperty
BindableProperty
Identifies the ContentPadding property.
public static readonly BindableProperty ContentPaddingProperty
CornerRadiusProperty
BindableProperty
Identifies the CornerRadius property.
public static readonly BindableProperty CornerRadiusProperty
Properties
BackgroundColor
Color
Gets or sets the background color of the control.
public Color BackgroundColor { get; set; }
BorderColor
Color
Gets or sets the border color of the control.
public Color BorderColor { get; set; }
BorderThickness
Thickness
Gets or sets the border thickness of the control.
public Thickness BorderThickness { get; set; }
ContentPadding
Thickness
Gets or sets the padding of the inner content of the control.
public Thickness ContentPadding { get; set; }
CornerRadius
Thickness
Gets or sets the corner radius of the control.
public Thickness CornerRadius { get; set; }