Interface ITool
public interface ITool : ILayoutItem, IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inherited Members
-
IHaveDisplayName.DisplayNameIActivate.Activate()IActivate.IsActiveIActivate.ActivatedIDeactivate.AttemptingDeactivationIDeactivate.DeactivatedINotifyPropertyChangedEx.Refresh()INotifyPropertyChangedEx.IsNotifying
Properties
IsVisible
bool IsVisible { get; set; }
Property Value
PreferredHeight
double PreferredHeight { get; }
Property Value
PreferredLocation
PaneLocation PreferredLocation { get; }
Property Value
PreferredWidth
double PreferredWidth { get; }