[]
Represents a base class that exposes public properties of the sidebar panels.
public abstract class SidebarPanel : DependencyObject, IDisposable
Name | Description |
---|---|
ViewerViewModel |
Name | Description |
---|---|
EnabledRuntime | Gets or sets a value indicating whether the panel is enabled at runtime. |
Text | Gets or sets the text of the panel. |
VisibleRuntime | Gets or sets a value indicating whether the panel is visible at runtime. |
Name | Description |
---|---|
Clear() | Clears the panel. |
Dispose() | Disposes this instance. |
Refresh() | Refreshes the panel. |