Interface ILayoutPanelElement
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; }