| ThemeTextureContentIsDefault Property |
Gets or sets a value indicating whether this texture is the default texture.
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 bool IsDefault { get; set; }
Public Property IsDefault As Boolean
Get
Set
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
member IsDefault : bool with get, set
Property Value
Type:
Boolean if this texture is the default texture; otherwise,
.
See Also