
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:


| Name | Description | |||
| CreateCalendar | Creates / Retrieves the FaceCalendar object to be shown on the current face. | |||
| CreatePicture | Creates / Retrieves the FacePicture object to be shown on the current face. | |||
| CreateTree | Creates / Retrieves the FaceTree object to be shown on the current face. | |||
| Enabled | Enables or disables the face. | |||
| ExtraTitle | Specifies any extra title on the face. | |||
| FaceCalendar | Retrieves the FaceCalendar object, while the Type property is exFaceCalendar. | |||
| FaceContent | Retrieves the Nothing/FacePicture/FaceCalendar/FaceTree content, based on the face's type. | |||
| FacePicture | Retrieves the FacePicture object, while the Type property is exFacePicture. | |||
| FaceTree | Retrieves the FaceTree object, while the Type property is exFaceTree. | |||
| Index | Indicates the index of the face. | |||
| Neighbor | Retrieves the neighbor of the face in giving direction. | |||
| Picture | Retrieves or sets a graphic to be displayed on the face. | |||
| RelativeMargins | Sets or retrieves a value that indicates the relative margins of the faces within the cube. | |||
| TexturePictureName | Specifies the comma-separated list of picture file name to be tried to load by the TexturePicturePath property. | |||
| Title | Specifies the title on the face. | |||
| TransparentContent | Gets or sets a value that indicates percent of the transparency to display the content of the face within the cube. | |||
| Type | Indicates the type of the window to be shown on the face. | |||
| Visible | Shows or hides the face's content. |