This is a migrated thread and some comments may be shown as answers.

Adding textbox to Cube

0 Answers 89 Views
Cube
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mark Huck
Top achievements
Rank 1
Mark Huck asked on 08 May 2009, 05:06 PM
The following may be used to add a textbox to a side of the Cube:

RadCube

 

rCube = new RadCube();

 


rCube.Items.Add(

new TextBlock(){

 

Text=sText;

TextWrapping =

TextWrapping.Wrap});

 

Tags
Cube
Asked by
Mark Huck
Top achievements
Rank 1
Share this question
or