BasicCardView
Represents a view which displays a basic card in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class BasicCardView : CardView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewCardViewBasicCardView
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the BasicCardView class.
public BasicCardView()
Fields
ActualDescriptionStyleProperty
BindableProperty
Identifies the ActualDescriptionStyle property.
public static readonly BindableProperty ActualDescriptionStyleProperty
ActualSubtitleStyleProperty
BindableProperty
Identifies the ActualSubtitleStyle property.
public static readonly BindableProperty ActualSubtitleStyleProperty
ActualTitleStyleProperty
BindableProperty
Identifies the ActualTitleStyle property.
public static readonly BindableProperty ActualTitleStyleProperty
ContentBackgroundColorProperty
BindableProperty
Identifies the ContentBackgroundColor property.
public static readonly BindableProperty ContentBackgroundColorProperty
DescriptionProperty
BindableProperty
Identifies the Description property.
public static readonly BindableProperty DescriptionProperty
DescriptionStyleProperty
BindableProperty
Identifies the DescriptionStyle property.
public static readonly BindableProperty DescriptionStyleProperty
MaximumHeightRequestProperty
BindableProperty
Identifies the MaximumHeightRequest property.
public static readonly BindableProperty MaximumHeightRequestProperty
SubtitleProperty
BindableProperty
Identifies the Subtitle property.
public static readonly BindableProperty SubtitleProperty
SubtitleStyleProperty
BindableProperty
Identifies the SubtitleStyle property.
public static readonly BindableProperty SubtitleStyleProperty
TitleProperty
BindableProperty
Identifies the Title property.
public static readonly BindableProperty TitleProperty
TitleStyleProperty
BindableProperty
Identifies the TitleStyle property.
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.
public Style ActualDescriptionStyle { get; }
ActualSubtitleStyle
Style
Gets the actual style of the subtitle of the card. This is the result of merging the default style and the custom SubtitleStyle.
public Style ActualSubtitleStyle { get; }
ActualTitleStyle
Style
Gets the actual style of the title of the card. This is the result of merging the default style and the custom TitleStyle.
public Style ActualTitleStyle { get; }
Gets or sets the background color of the content of the card.
public Color ContentBackgroundColor { get; set; }
Gets or sets the description of the basic card.
public string Description { get; set; }
DescriptionStyle
Style
Gets or sets the description style of the basic card.
public Style DescriptionStyle { get; set; }
Gets or sets the MaximumHeightRequest of the BasicCardView.
public double MaximumHeightRequest { get; set; }
SubtitleStyle
Style
Gets or sets the subtitle style of the basic card.
public Style SubtitleStyle { get; set; }
TitleStyle
Style
Gets or sets the title style of the basic card.
public Style TitleStyle { get; set; }
Methods
protected override void OnApplyTemplate()