3 using System.Diagnostics;
5 namespace SiliconStudio.
Paradox.UI.Controls
10 [DebuggerDisplay(
"Control - Name={Name}")]
13 protected Thickness padding = Thickness.UniformCuboid(0);
20 get {
return padding; }
Provides a base class for all the User Interface elements in Paradox applications.
Represents the base class for user interface (UI) controls.
Describes the thickness of a frame around a cuboid. Six float values describe the Left...