Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
HorizontalAlignment.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
namespace
SiliconStudio.
Paradox
.UI
4
{
5
/// <summary>
6
/// Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
7
/// </summary>
8
public
enum
HorizontalAlignment
9
{
10
/// <summary>
11
/// An element aligned to the left of the layout slot for the parent element.
12
/// </summary>
13
Left,
14
/// <summary>
15
/// An element aligned to the center of the layout slot for the parent element.
16
/// </summary>
17
Center,
18
/// <summary>
19
/// An element aligned to the right of the layout slot for the parent element.
20
/// </summary>
21
Right,
22
/// <summary>
23
/// An element stretched to fill the entire layout slot of the parent element.
24
/// </summary>
25
Stretch
,
26
}
27
}
SiliconStudio.Paradox.UI.Stretch
The child element stretches to fill the parent's layout slot.
SiliconStudio.Paradox.UI.HorizontalAlignment
HorizontalAlignment
Indicates where an element should be displayed on the horizontal axis relative to the allocated layou...
Definition:
HorizontalAlignment.cs:8
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
sources
engine
SiliconStudio.Paradox.UI
HorizontalAlignment.cs
Generated on Sat Dec 20 2014 21:52:03 for Paradox Game Engine by
1.8.7