| ThemeImageContentMargin Property |
Gets or sets the margin (left, top, right, bottom).
Namespace: DigitalRune.Game.UI.Content.PipelineAssembly: 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; }
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