Margin StructureDelta Engine Documentation
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.Controls
Assembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public struct Margin

The Margin type exposes the following members.

Constructors

  NameDescription
Public methodMargin(Edge)
Initializes a new instance of the Margin class
Public methodMargin(Edge, Single)
Initializes a new instance of the Margin class
Public methodMargin(Control, Edge, Single)
Initializes a new instance of the Margin class
Top
Properties

  NameDescription
Public propertyDistance
Public propertyOther
Public propertyOthersEdge
Top
See Also