Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.45 KB

File metadata and controls

29 lines (21 loc) · 1.45 KB

DockablePaneViewModelBase class

public abstract class DockablePaneViewModelBase : ViewModelBase

Public Members

name description
BadgePriority { get; set; } Color of "badge indicator". Normal by default.
BadgeValue { get; set; } Number displayed in "badge indicator". 0 by default.
IsBadgeVisible { get; set; } Indicates whether a "badge indicator" should be shown in the pane's tab header. False by default.
OnActivated { get; set; } Optional action to execute when the dockable pane becomes active.
OnClosed { get; set; } Optional action to execute when the dockable pane is closed.
Title { get; set; } Title of the pane displayed in its header. Empty by default.

Protected Members

name description
DockablePaneViewModelBase() The default constructor.

See Also