ToolBarTray.Orientation Proprietà

Definizione

Specifica l'orientamento di un ToolBarTray.

public:
 property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation

Valore della proprietà

Uno dei valori di Orientation. Il valore predefinito è Horizontal.

Esempio

Nell'esempio seguente viene illustrato come usare la Orientation proprietà per impostare l'orientamento della barra degli strumenti. Questo determina l'orientamento della barra degli strumenti.

<ToolBarTray Orientation="Vertical" 
             Background="White" >
  <ToolBar Band="1" BandIndex="1">
    <Button>
      <Image Source="toolbargraphics\copy.bmp" />
    </Button>
    <Button>
      <Image Source="toolbargraphics\paste.bmp" />
    </Button>
  </ToolBar>
  <ToolBar Band="2" BandIndex="1">
    <Button>
      <Image Source="toolbargraphics\undo.bmp" />
    </Button>
    <Button>
      <Image Source="toolbargraphics\redo.bmp" />
    </Button>
  </ToolBar>
</ToolBarTray>

Commenti

Informazioni proprietà di dipendenza

Campo Identificatore OrientationProperty
Proprietà dei metadati impostate su true AffectsParentMeasure

Si applica a

Vedi anche