Face object
The control includes 6-faces. The Face object specifies a face of a cube, and can display a calendar control, a tree, and so on. 

The following table shows how you can get a Face object ( the red items indicates properties )

EXTREECUBELib.TreeCube
	"BottomFace" -> EXTREECUBELib.Face
	"DownFace" -> EXTREECUBELib.Face
	"Face(FaceEnum)" -> EXTREECUBELib.Face
	"FrontFace" -> EXTREECUBELib.Face
	"LeftFace" -> EXTREECUBELib.Face
	"RightFace" -> EXTREECUBELib.Face
	"TopFace" -> EXTREECUBELib.Face
EXTREECUBELib.Face
	"Neighbor(RotateEnum)" -> EXTREECUBELib.Face
EXTREECUBELib.FaceCalendar
	"Face" -> EXTREECUBELib.Face
EXTREECUBELib.FacePicture
	"Face" -> EXTREECUBELib.Face
EXTREECUBELib.FaceTree
	"Face" -> EXTREECUBELib.Face

The following table shows how you can get a Face object ( the red items indicates properties )

EXTREECUBELib.Face <- "BottomFace" of EXTREECUBELib.TreeCube
EXTREECUBELib.Face <- "DownFace" of EXTREECUBELib.TreeCube
EXTREECUBELib.Face <- "Face" of EXTREECUBELib.FaceTree
EXTREECUBELib.Face <- "Face(FaceEnum)" of EXTREECUBELib.TreeCube
EXTREECUBELib.Face <- "FrontFace" of EXTREECUBELib.TreeCube
EXTREECUBELib.Face <- "LeftFace" of EXTREECUBELib.TreeCube
EXTREECUBELib.Face <- "Neighbor(RotateEnum)" of EXTREECUBELib.Face
EXTREECUBELib.Face <- "RightFace" of EXTREECUBELib.TreeCube
EXTREECUBELib.Face <- "TopFace" of EXTREECUBELib.TreeCube

The Face object supports the following properties and methods: 

NameDescription
CreateCalendarCreates / Retrieves the FaceCalendar object to be shown on the current face.
CreatePictureCreates / Retrieves the FacePicture object to be shown on the current face.
CreateTreeCreates / Retrieves the FaceTree object to be shown on the current face.
EnabledEnables or disables the face.
ExtraTitleSpecifies any extra title on the face.
FaceCalendarRetrieves the FaceCalendar object, while the Type property is exFaceCalendar.
FaceContentRetrieves the Nothing/FacePicture/FaceCalendar/FaceTree content, based on the face's type.
FacePictureRetrieves the FacePicture object, while the Type property is exFacePicture.
FaceTreeRetrieves the FaceTree object, while the Type property is exFaceTree.
IndexIndicates the index of the face.
NeighborRetrieves the neighbor of the face in giving direction.
PictureRetrieves or sets a graphic to be displayed on the face.
RelativeMarginsSets or retrieves a value that indicates the relative margins of the faces within the cube.
TexturePictureNameSpecifies the comma-separated list of picture file name to be tried to load by the TexturePicturePath property.
TitleSpecifies the title on the face.
TransparentContentGets or sets a value that indicates percent of the transparency to display the content of the face within the cube.
TypeIndicates the type of the window to be shown on the face.
VisibleShows or hides the face's content.