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:
public abstract class RadBorderContentView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentView
Derived Classes:
Implements:
Inherited Members
Constructors
protected RadBorderContentView()
Fields
BackgroundColorProperty
BindableProperty
Identifies the BackgroundColor property.
public static readonly BindableProperty BackgroundColorProperty
BackgroundProperty
BindableProperty
Identifies the Background property.
public static readonly BindableProperty BackgroundProperty
BorderBrushProperty
BindableProperty
Identifies the BorderBrush property.
public static readonly BindableProperty BorderBrushProperty
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
Background
Brush
Gets or sets the background brush of the control.
[TypeConverter(typeof(BrushTypeConverter))]
public Brush Background { get; set; }
BackgroundColor
Color
Gets or sets the background color of the control.
public Color BackgroundColor { get; set; }
BorderBrush
Brush
Gets or sets the border brush of the control.
public Brush BorderBrush { 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 content padding of the control.
public Thickness ContentPadding { get; set; }
CornerRadius
Thickness
Gets or sets the corner radius of the control.
public Thickness CornerRadius { get; set; }