Interface ILayoutOrientableGroup
Interface definition for a ILayoutGroup that supports a Orientation property.
public interface ILayoutOrientableGroup : ILayoutGroup, ILayoutContainer, ILayoutElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
Orientation
Gets/sets the Orientation of the ILayoutGroup.
Orientation Orientation { get; set; }