AbstractSize.NaturalOrientation Propriedade

Definição

A orientação "natural" da unidade geométrica, da perspectiva do contexto no qual ela é usada. Por exemplo, pode ser mais natural escrever o código de layout para um StackPanel usando a orientação vertical, uma vez que uma pilha no mundo real é uma coisa vertical. A escolha da orientação natural em um determinado contexto não é importante, desde que a mesma orientação natural seja usada consistentemente em todo esse contexto.

public:
 property System::Windows::Controls::Orientation NaturalOrientation { System::Windows::Controls::Orientation get(); };
public System.Windows.Controls.Orientation NaturalOrientation { get; }
member this.NaturalOrientation : System.Windows.Controls.Orientation
Public ReadOnly Property NaturalOrientation As Orientation

Valor da propriedade

Orientation

Retorna Orientation.

Aplica-se a