Table of Contents

Interface ITool

Namespace
Gemini.Framework
Assembly
Gemini.dll
public interface ITool : ILayoutItem, IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
Inherited Members
IHaveDisplayName.DisplayName
IActivate.Activate()
IActivate.IsActive
IActivate.Activated
IDeactivate.AttemptingDeactivation
IDeactivate.Deactivated
INotifyPropertyChangedEx.Refresh()
INotifyPropertyChangedEx.IsNotifying

Properties

IsVisible

bool IsVisible { get; set; }

Property Value

bool

PreferredHeight

double PreferredHeight { get; }

Property Value

double

PreferredLocation

PaneLocation PreferredLocation { get; }

Property Value

PaneLocation

PreferredWidth

double PreferredWidth { get; }

Property Value

double