Class
PdfViewerToggleLayoutModeToolbarItem

Represents a button in the RadPdfViewerToolbar, which toggles the LayoutMode property between SinglePage and ContinuousScroll values.

Definition

Namespace:Telerik.Maui.Controls.PdfViewer

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PdfViewerToggleLayoutModeToolbarItem : ButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemPdfViewerToggleLayoutModeToolbarItem

Inherited Members ButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

PdfViewerToggleLayoutModeToolbarItem()

Initializes a new instance of the PdfViewerToggleLayoutModeToolbarItem class.

Declaration

cs-api-definition
public PdfViewerToggleLayoutModeToolbarItem()

Fields

ContinuousScrollImageSourceProperty

Identifies the ContinuousScrollImageSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ContinuousScrollImageSourceProperty

Field Value

BindableProperty

SinglePageImageSourceProperty

Identifies the SinglePageImageSource property.

Declaration

cs-api-definition
public static readonly BindableProperty SinglePageImageSourceProperty

Field Value

BindableProperty

Properties

ContinuousScrollImageSource

Declaration

cs-api-definition
public FontImageSource ContinuousScrollImageSource { get; set; }

Property Value

FontImageSource

SinglePageImageSource

Gets or sets FontImageSource, displayed by the PdfViewerToggleLayoutModeToolbarItem when LayoutMode is ContinuousScroll.

Declaration

cs-api-definition
public FontImageSource SinglePageImageSource { get; set; }

Property Value

FontImageSource