Class PdfViewerSelectionSettings
Defines the available settings for the selection operation in RadPdfViewer.
Inheritance
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSelectionSettings : BindableObject
Constructors
PdfViewerSelectionSettings()
Declaration
public PdfViewerSelectionSettings()
Fields
IsSelectionEnabledProperty
Declaration
public static readonly BindableProperty IsSelectionEnabledProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MenuItemsProperty
Declaration
public static readonly BindableProperty MenuItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectionFillProperty
Declaration
public static readonly BindableProperty SelectionFillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectionIndicatorColorProperty
Declaration
public static readonly BindableProperty SelectionIndicatorColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectionMenuControlTemplateProperty
Declaration
public static readonly BindableProperty SelectionMenuControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsSelectionEnabled
Gets or sets a boolean value, indicating if the selection operation is enabled in RadPdfViewer.
Declaration
public bool IsSelectionEnabled { get; set; }
Property Value
System.Boolean
|
MenuItems
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.
Declaration
public PdfViewerSelectionMenuItemCollection MenuItems { get; set; }
Property Value
PdfViewerSelectionMenuItemCollection
|
PdfViewer
Gets the instance of the RadPdfViewer, associated with the object.
Declaration
public RadPdfViewer PdfViewer { get; }
Property Value
RadPdfViewer
|
SelectionFill
Gets or sets the Microsoft.Maui.Graphics.Color used to designate the selection within the RadPdfViewer.
Declaration
public Color SelectionFill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
SelectionIndicatorColor
Gets or sets the Microsoft.Maui.Graphics.Color used to designate the selection indicators.
Declaration
public Color SelectionIndicatorColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
SelectionMenuControlTemplate
Gets or sets the ControlTemplate of the PdfViewerSelectionMenu that is used to display the MenuItems items.
Declaration
public ControlTemplate SelectionMenuControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|