Class Toolbar
Represents a toolbar in the SfPdfViewer.
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public abstract class Toolbar : ToolbarCollection
Constructors
Toolbar()
Declaration
protected Toolbar()
Properties
IsVisible
Gets or sets a value indicating whether the toolbar is visible.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Items
Gets the collection of items in a toolbar.
Declaration
public ToolbarItemCollection Items { get; }
Property Value
Type |
---|
ToolbarItemCollection |
Name
Gets the name of toolbar.
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |