Click or drag to resize
DigitalRuneThemeImageContentIsOverlay Property
Gets or sets a value indicating whether this image is drawn on top of the control.

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 bool IsOverlay { get; set; }

Property Value

Type: Boolean
if this image is drawn on top of the control; otherwise, .
See Also