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

A view used to display information about the current state of the search operation and search results. This view may be displayed when searching is in progress, when search finishes, when there are no search results, when the search results change, and when the main result changes. For finer control over the text in the view and its show duration please use the method.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PdfViewerSearchToast : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPdfViewerSearchToast

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Fields

FillProperty

BindableProperty

Identifies the Fill property.

C#
public static readonly BindableProperty FillProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

Fill

Color

Gets or sets the fill of the control.

C#
public Color Fill { get; set; }

Gets or sets the text of the control.

C#
public string Text { get; set; }

Gets or sets the text color of the control.

C#
public Color TextColor { get; set; }