Interface IMainToolbarToggleButton

Interface that represents a built-in toolbar toggle button.

Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface IMainToolbarToggleButton : IMainToolbarButton, IMainToolbarItem, INotifyPropertyChanged

Properties

| Edit this page View Source

IsSelected

Gets if the toolbar item is selected.

Declaration
bool? IsSelected { get; }
Property Value
Type Description
bool?