| StackPanelOrientation Property |
Gets or sets the orientation of the stack panel.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Orientation Orientation { get; set; }
Public Property Orientation As Orientation
Get
Set
public:
property Orientation Orientation {
Orientation get ();
void set (Orientation value);
}
member Orientation : Orientation with get, set
Property Value
Type:
OrientationThe orientation of the stack panel.
See Also