Specifies the fixed distance one control should remain from another (or from the screen edge)
-1 means this edge is not anchored
View code on GitHub
Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The Margin type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Margin(Edge) | Initializes a new instance of the Margin class |
![]() | Margin(Edge, Single) | Initializes a new instance of the Margin class |
![]() | Margin(Control, Edge, Single) | Initializes a new instance of the Margin class |
Properties
Name | Description | |
---|---|---|
![]() | Distance | |
![]() | Other | |
![]() | OthersEdge |
See Also