Initializes a new instance of the
Margin class
Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public Margin(
Control other,
Edge othersEdge,
float distance
)
public Margin(
Control other,
Edge othersEdge,
float distance
)
Public Sub New (
other As Control,
othersEdge As Edge,
distance As Single
)
Public Sub New (
other As Control,
othersEdge As Edge,
distance As Single
)
public:
Margin(
Control^ other,
Edge othersEdge,
float distance
)
public:
Margin(
Control^ other,
Edge othersEdge,
float distance
)
new :
other : Control *
othersEdge : Edge *
distance : float32 -> Margin
new :
other : Control *
othersEdge : Edge *
distance : float32 -> Margin