property TreeCube.TexturePictureExt as String
Specifies the comma-separated list of graphics format/extension to be tried to load by the TexturePicturePath property.

TypeDescription
String A String expression that defines the comma-separated list of graphics format/extension to be tried to load by the TexturePicturePath property. 

For instance, if the TexturePictureName property is "tTexture,posy/90", the control is looking for the following files:

  1. fTexture.bmp, fTexture.png, ... , fTexture.tiff, if any of this is not found go to next
  2. posy.bmp, pos.png, ... , pos.tiff, and if any of this is found, loads and rotates by 90-degree clockwise.
By default the TexturePictureExt property is "bmp,png,jpg,jpeg,gif,tiff". The TexturePictureExt property specifies the comma-separated list of graphics format/extension to be tried to load by the TexturePicturePath property. The Title / ExtraTitle property grant unlimited options to show any HTML text, images, colors, EBNs, patterns, frames anywhere on the face's background. The IdentifyFace property specifies whether each face shows its index/name/frame. 

The following properties change the texture on each face of the cube:

The following properties change the size of the texture on all faces of the cube:

The size of the textures/ pictures is automatically set on the control's size, as soon as it gets resized.