XmlNavigationBarLayout Class
Represents the serializable root node for a NavigationBar layout.
public class XmlNavigationBarLayout : XmlObjectBase
- Inheritance:
- object XmlObjectBase object
Constructors
XmlNavigationBarLayout()
Initializes an instance of the class.
public XmlNavigationBarLayout()
Properties
Items
Gets the collection of items.
public XmlNavigationPaneCollection Items { get; }
Property Value
- XmlNavigationPaneCollection:
The collection of items.
MaxLargePaneCount
Gets or sets the maximum number of large panes that should be displayed when space is available.
public int MaxLargePaneCount { get; set; }
Property Value
- int:
The maximum number of large panes that should be displayed when space is available. The default value is
5.
SelectedPaneName
Gets or sets the name of the selected pane.
Inherited Members
- XmlObjectBase.PointToString(Point?)
- XmlObjectBase.RectToString(Rect?)
- XmlObjectBase.SizeToString(Size?)
- XmlObjectBase.StringToPoint(string)
- XmlObjectBase.StringToRect(string)
- XmlObjectBase.StringToSize(string)
- XmlObjectBase.StringToType(string)
- XmlObjectBase.TypeToString(Type)
- XmlObjectBase.Tag
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()