Click or drag to resize
DigitalRuneThemeImageContentMargin Property
Gets or sets the margin (left, top, right, bottom).

Namespace: DigitalRune.Game.UI.Content.Pipeline
Assembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax
public Vector4F Margin { get; set; }

Property Value

Type: Vector4F
The margin (left, top, right, bottom). Can be negative to draw outside of the control area.
See Also