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 Telerik.Maui.Controls.PdfViewer.PdfViewerSearchNavigationToolbarItem.GetToastInfo method.
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSearchToast : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Fill
Gets or sets the fill of the control.
Declaration
public Color Fill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Text
Gets or sets the text of the control.
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Gets or sets the text color of the control.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Methods
OnMeasure(Double, Double)
Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
System.Double
widthConstraint
|
System.Double
heightConstraint
|
Returns
Microsoft.Maui.SizeRequest
|