Table of Contents

Interface ILayoutPanelElement

Namespace
HeBianGu.Control.Dock.Layout
Assembly
HeBianGu.Control.Dock.dll

Interface definition for a ILayoutElement that supports a visibility property.

public interface ILayoutPanelElement : ILayoutElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

IsVisible

Gets whether the ILayoutElement is currently visible or not.

bool IsVisible { get; }

Property Value

bool