Represents the default content of a search popup in RadPdfViewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PdfViewerSearchContentView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewPdfViewerSearchContentView
Implements:
Inherited Members
Constructors
Initializes an instance of PdfViewerSearchContentView class.
Fields
ActualBusyIndicatorToolbarItemStyleProperty
BindableProperty
Identifies the ActualBusyIndicatorToolbarItemStyle property.
public static readonly BindableProperty ActualBusyIndicatorToolbarItemStyleProperty
ActualCloseButtonToolbarItemStyleProperty
BindableProperty
Identifies the ActualCloseButtonToolbarItemStyle property.
public static readonly BindableProperty ActualCloseButtonToolbarItemStyleProperty
ActualNextSearchResultToolbarItemStyleProperty
BindableProperty
Identifies the ActualNextSearchResultToolbarItemStyle property.
public static readonly BindableProperty ActualNextSearchResultToolbarItemStyleProperty
ActualPreviousSearchResultToolbarItemStyleProperty
BindableProperty
Identifies the ActualPreviousSearchResultToolbarItemStyle property.
public static readonly BindableProperty ActualPreviousSearchResultToolbarItemStyleProperty
ActualSearchEntryToolbarItemStyleProperty
BindableProperty
Identifies the ActualSearchEntryToolbarItemStyle property.
public static readonly BindableProperty ActualSearchEntryToolbarItemStyleProperty
ActualSearchResultsLabelStyleProperty
BindableProperty
Identifies the ActualSearchResultsLabelStyle property.
public static readonly BindableProperty ActualSearchResultsLabelStyleProperty
ActualSeparatorToolbarItemStyleProperty
BindableProperty
Identifies the ActualSeparatorToolbarItemStyle property.
public static readonly BindableProperty ActualSeparatorToolbarItemStyleProperty
BusyIndicatorToolbarItemStyleProperty
BindableProperty
Identifies the BusyIndicatorToolbarItemStyle property.
public static readonly BindableProperty BusyIndicatorToolbarItemStyleProperty
CloseButtonToolbarItemStyleProperty
BindableProperty
Identifies the CloseButtonToolbarItemStyle property.
public static readonly BindableProperty CloseButtonToolbarItemStyleProperty
NextSearchResultToolbarItemStyleProperty
BindableProperty
Identifies the NextSearchResultToolbarItemStyle property.
public static readonly BindableProperty NextSearchResultToolbarItemStyleProperty
PreviousSearchResultToolbarItemStyleProperty
BindableProperty
Identifies the PreviousSearchResultToolbarItemStyle property.
public static readonly BindableProperty PreviousSearchResultToolbarItemStyleProperty
SearchEntryToolbarItemStyleProperty
BindableProperty
Identifies the SearchEntryToolbarItemStyle property.
public static readonly BindableProperty SearchEntryToolbarItemStyleProperty
SearchResultsLabelToolbarItemStyleProperty
BindableProperty
Identifies the SearchResultsLabelToolbarItemStyle property.
public static readonly BindableProperty SearchResultsLabelToolbarItemStyleProperty
SeparatorToolbarItemStyleProperty
BindableProperty
Identifies the SeparatorToolbarItemStyle property.
public static readonly BindableProperty SeparatorToolbarItemStyleProperty
Properties
Gets the actual style of the PdfViewerSearchBusyIndicatorToolbarItem displaying a busy indicator during search operation. This is the result of merging the default style and the custom BusyIndicatorToolbarItemStyle.
public Style ActualBusyIndicatorToolbarItemStyle { get; }
Gets the actual style of the ButtonToolbarItem which closes the PdfViewerSearchContentView. This is the result of merging the default style and the custom CloseButtonToolbarItemStyle.
public Style ActualCloseButtonToolbarItemStyle { get; }
Gets the actual style of the PdfViewerNavigateToNextSearchResultToolbarItem which navigates to the next search result. This is the result of merging the default style and the custom NextSearchResultToolbarItemStyle.
public Style ActualNextSearchResultToolbarItemStyle { get; }
Gets the actual style of the PdfViewerNavigateToPreviousSearchResultToolbarItem which navigates to the previous search result. This is the result of merging the default style and the custom PreviousSearchResultToolbarItemStyle.
public Style ActualPreviousSearchResultToolbarItemStyle { get; }
Gets the actual style of the PdfViewerSearchEntryToolbarItem used to enter the search word. This is the result of merging the default style and the custom SearchEntryToolbarItemStyle.
public Style ActualSearchEntryToolbarItemStyle { get; }
Gets the actual style of the LabelToolbarItem displaying the search results. This is the result of merging the default style and the custom SearchResultsLabelToolbarItemStyle.
public Style ActualSearchResultsLabelStyle { get; }
Gets the actual style of the SeparatorToolbarItem. This is the result of merging the default style and the custom SeparatorToolbarItemStyle.
public Style ActualSeparatorToolbarItemStyle { get; }
Gets or sets a Style to be applied to the PdfViewerSearchBusyIndicatorToolbarItem displaying a busy indicator during search operation. The target type of the style is PdfViewerSearchBusyIndicatorToolbarItemView.
public Style BusyIndicatorToolbarItemStyle { get; set; }
Gets or sets a Style to be applied to the ButtonToolbarItem which closes the PdfViewerSearchContentView. The target type of the style is ButtonToolbarItemView.
public Style CloseButtonToolbarItemStyle { get; set; }
Gets or sets a Style to be applied to the PdfViewerNavigateToNextSearchResultToolbarItem navigating to the next search result. The target type of the style is PdfViewerNavigateToNextSearchResultToolbarItemView.
public Style NextSearchResultToolbarItemStyle { get; set; }
Gets the RadPdfViewer instance which owns the current PdfViewerSearchContentView.
public RadPdfViewer PdfViewer { get; }
Gets or sets a Style to be applied to the PdfViewerNavigateToPreviousSearchResultToolbarItem navigating to the previous search result. The target type of the style is PdfViewerNavigateToPreviousSearchResultToolbarItemView.
public Style PreviousSearchResultToolbarItemStyle { get; set; }
Gets or sets a Style to be applied to the PdfViewerSearchEntryToolbarItem displaying the search results. The target type of the style is PdfViewerSearchEntryToolbarItemView.
public Style SearchEntryToolbarItemStyle { get; set; }
Gets or sets a Style to be applied to the LabelToolbarItem displaying the search results. The target type of the style is LabelToolbarItemView.
public Style SearchResultsLabelToolbarItemStyle { get; set; }
Gets or sets a Style to be applied to the SeparatorToolbarItem. The target type of the style is SeparatorToolbarItemView.
public Style SeparatorToolbarItemStyle { get; set; }