| ThemeImageMargin Property |
Gets or sets the margin (left, top, right, bottom).
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Vector4F Margin { get; set; }
Public Property Margin As Vector4F
Get
Set
public:
property Vector4F Margin {
Vector4F get ();
void set (Vector4F value);
}
member Margin : Vector4F with get, set
Property Value
Type:
Vector4F
The margin (left, top, right, bottom). Can be negative to draw outside of the control area.
See Also