Class
PdfViewerSearchToast

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:

cs-api-definition
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

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly BindableProperty FillProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Fill

Gets or sets the fill of the control.

Declaration

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

Text

Gets or sets the text of the control.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

TextColor

Gets or sets the text color of the control.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color