Hub.DefaultSectionIndex Property

Definition

Gets or sets the index of the hub section to show first when the Hub is initialized.

C#
public int DefaultSectionIndex { get; set; }
XAML
<Hub DefaultSectionIndex=int/>

Property Value

Int32

The index of the hub section to show first when the Hub is initialized.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also