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

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
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