|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property Mode As TextureModes
[C#]
public override TextureModes Mode {get; set;}
[C++]
public: __property TextureModes get_Mode();
public: __property void set_Mode(TextureModes);
| |||||||||||||||
|
|
| |||||||||||||||
|
Remarks
|
The mode used to display a texture, loaded into the Texture.Filepath property, over the button surface.
Supported values are the following:
| |||||||||||||||
|
|
| |||||||||||||||
|
See also
|
Texture property.
TextureDesc class.
|