| WindowIcon Property |
Gets or sets the texture that contains the window icon.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Texture2D Icon { get; set; }
Public Property Icon As Texture2D
Get
Set
public:
property Texture2D^ Icon {
Texture2D^ get ();
void set (Texture2D^ value);
}
member Icon : Texture2D with get, set
Property Value
Type:
Texture2D
The texture that contains the window icon. The default value is
.
See Also