Hub.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Orientation Orientation { Orientation get(); void set(Orientation value); };
Orientation Orientation();
void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = hub.orientation;
hub.orientation = orientation;
Public Property Orientation As Orientation
<Hub Orientation="Horizontal"/>
-or-
<Hub Orientation="Vertical"/>
Property Value
One of the Orientation values. The default is Horizontal.