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

Represents a view which displays a basic card in the chat.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class BasicCardView : CardView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewCardViewBasicCardView

Derived Classes: ImageCardView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members CardView.ControlTemplatePropertyCardView.ActionsPropertyCardView.ControlTemplateCardView.ActionsRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()...

Constructors

Initializes a new instance of the BasicCardView class.

C#
public BasicCardView()

Fields

Identifies the ActualDescriptionStyle property.

C#
public static readonly BindableProperty ActualDescriptionStyleProperty

Identifies the ActualSubtitleStyle property.

C#
public static readonly BindableProperty ActualSubtitleStyleProperty

ActualTitleStyleProperty

BindableProperty

Identifies the ActualTitleStyle property.

C#
public static readonly BindableProperty ActualTitleStyleProperty

Identifies the ContentBackgroundColor property.

C#
public static readonly BindableProperty ContentBackgroundColorProperty

DescriptionProperty

BindableProperty

Identifies the Description property.

C#
public static readonly BindableProperty DescriptionProperty

DescriptionStyleProperty

BindableProperty

Identifies the DescriptionStyle property.

C#
public static readonly BindableProperty DescriptionStyleProperty

Identifies the MaximumHeightRequest property.

C#
public static readonly BindableProperty MaximumHeightRequestProperty

SubtitleProperty

BindableProperty

Identifies the Subtitle property.

C#
public static readonly BindableProperty SubtitleProperty

SubtitleStyleProperty

BindableProperty

Identifies the SubtitleStyle property.

C#
public static readonly BindableProperty SubtitleStyleProperty

TitleProperty

BindableProperty

Identifies the Title property.

C#
public static readonly BindableProperty TitleProperty

TitleStyleProperty

BindableProperty

Identifies the TitleStyle property.

C#
public static readonly BindableProperty TitleStyleProperty

Properties

Gets the actual style of the description of the card. This is the result of merging the default style and the custom DescriptionStyle.

C#
public Style ActualDescriptionStyle { get; }

Gets the actual style of the subtitle of the card. This is the result of merging the default style and the custom SubtitleStyle.

C#
public Style ActualSubtitleStyle { get; }

Gets the actual style of the title of the card. This is the result of merging the default style and the custom TitleStyle.

C#
public Style ActualTitleStyle { get; }

Gets or sets the background color of the content of the card.

C#
public Color ContentBackgroundColor { get; set; }

Gets or sets the description of the basic card.

C#
public string Description { get; set; }

Gets or sets the description style of the basic card.

C#
public Style DescriptionStyle { get; set; }

Gets or sets the MaximumHeightRequest of the BasicCardView.

C#
public double MaximumHeightRequest { get; set; }

Gets or sets the subtitle of the basic card.

C#
public string Subtitle { get; set; }

Gets or sets the subtitle style of the basic card.

C#
public Style SubtitleStyle { get; set; }

Gets or sets the title of the basic card.

C#
public string Title { get; set; }

Gets or sets the title style of the basic card.

C#
public Style TitleStyle { get; set; }

Methods

C#
protected override void OnApplyTemplate()