Defines the available settings for the selection operation in RadPdfViewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PdfViewerSelectionSettings : StyleableElement
Inheritance: objectPdfViewerSelectionSettings
Constructors
public PdfViewerSelectionSettings()
Fields
IsSelectionEnabledProperty
BindableProperty
Identifies the IsSelectionEnabled property.
public static readonly BindableProperty IsSelectionEnabledProperty
MenuItemsProperty
BindableProperty
Identifies the MenuItems property.
public static readonly BindableProperty MenuItemsProperty
SelectionFillProperty
BindableProperty
Identifies the SelectionFill property.
public static readonly BindableProperty SelectionFillProperty
SelectionIndicatorColorProperty
BindableProperty
Identifies the SelectionIndicatorColor property.
public static readonly BindableProperty SelectionIndicatorColorProperty
SelectionMenuControlTemplateProperty
BindableProperty
Identifies the SelectionMenuControlTemplate property.
public static readonly BindableProperty SelectionMenuControlTemplateProperty
Properties
Gets or sets a boolean value, indicating if the selection operation is enabled in RadPdfViewer.
public bool IsSelectionEnabled { get; set; }
Gets or sets a collection of menu items that are displayed in the SelectionMenu that is shown when there is visible selection in the PdfViewer.
public PdfViewerSelectionMenuItemCollection MenuItems { get; set; }
Gets the instance of the RadPdfViewer, associated with the object.
public RadPdfViewer PdfViewer { get; }
SelectionFill
Color
Gets or sets the Color used to designate the selection within the RadPdfViewer.
public Color SelectionFill { get; set; }
Gets or sets the Color used to designate the selection indicators.
public Color SelectionIndicatorColor { get; set; }
SelectionMenuControlTemplate
ControlTemplate
Gets or sets the ControlTemplate of the PdfViewerSelectionMenu that is used to display the MenuItems items.
public ControlTemplate SelectionMenuControlTemplate { get; set; }