Copyright © 2003-2024 MultiMedia Soft

Texture property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Texture As TextureDesc

 

[C#]

public TextureDesc Texture {get; set;}

 

[C++]

public: __property TextureDesc get_Texture();

public: __property void set_Texture(TextureDesc);

 

 

Remarks

Texture settings applied to the button surface.

This property encapsulates the functionality of the TextureDesc class.

For changing texture settings at Design-time, refer to the How to apply a texture to the button surface section.