Hub.Orientation Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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"/>
Valore della proprietà
Uno dei valori Di orientamento . Il valore predefinito è Orizzontale.