Sdílet prostřednictvím


ToolBarTray.Orientation Vlastnost

Definice

Určuje orientaci 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

Hodnota vlastnosti

Orientation

Jedna z Orientation hodnot. Výchozí formát je Horizontal.

Příklady

Následující příklad ukazuje, jak pomocí Orientation vlastnosti nastavit orientaci panelu nástrojů. To určuje orientaci panelu nástrojů.

<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>

Poznámky

Informace o vlastnosti závislosti

Pole identifikátoru OrientationProperty
Vlastnosti metadat nastavené na true AffectsParentMeasure

Platí pro

Viz také