<
UserControl
x:Class
=
"RadCubeApplication.MainPage"
mc:Ignorable
=
"d"
d:DesignWidth
=
"640"
d:DesignHeight
=
"480"
>
<
Grid
x:Name
=
"LayoutRoot"
Width
=
"626"
>
<
TextBlock
Grid.Row
=
"1"
Height
=
"23"
HorizontalAlignment
=
"Left"
Margin
=
"72,61,0,0"
Name
=
"textBlock1"
FontFamily
=
"Verdana"
FontSize
=
"15"
Text
=
"Please Enter First Number: "
VerticalAlignment
=
"Top"
Width
=
"214"
/>
<
TextBox
Grid.Row
=
"1"
Height
=
"23"
HorizontalAlignment
=
"Left"
Margin
=
"320,60,0,0"
Name
=
"textBox1"
VerticalAlignment
=
"Top"
Width
=
"120"
/>
<
TextBlock
Grid.Row
=
"1"
Height
=
"23"
HorizontalAlignment
=
"Left"
Margin
=
"58,121,0,0"
FontFamily
=
"Verdana"
FontSize
=
"15"
Name
=
"textBlock2"
Text
=
"Please Enter Second Number: "
VerticalAlignment
=
"Top"
Width
=
"228"
/>
<
TextBox
Grid.Row
=
"1"
Height
=
"23"
HorizontalAlignment
=
"Left"
Margin
=
"320,120,0,0"
Name
=
"textBox2"
VerticalAlignment
=
"Top"
Width
=
"120"
/>
<
Button
Content
=
"Arthmetic Operation"
Height
=
"23"
HorizontalAlignment
=
"Left"
Margin
=
"320,180,0,0"
Name
=
"button1"
VerticalAlignment
=
"Top"
Width
=
"120"
Background
=
"DeepSkyBlue"
Click
=
"button1_Click"
/>
<
telerik:RadCube
XWidth
=
"200"
YWidth
=
"200"
ZWidth
=
"200"
Margin
=
"339,360,301,120"
IsRotateOnClickEnabled
=
"True"
HorizontalAlignment
=
"Center"
VerticalAlignment
=
"Center"
Name
=
"radCube1"
Side1Background
=
"LightBlue"
Side2Background
=
"LightCoral"
Side3Background
=
"LightCyan"
Side4Background
=
"LightGray"
Side5Background
=
"LightGreen"
Side6Background
=
"LightGoldenrodYellow"
>
<!--Addition Operation Cube Side-->
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
TextBlock
FontFamily
=
"Verdana"
FontSize
=
"12"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Center"
FontWeight
=
"Bold"
Name
=
"textBlockAdd"
Width
=
"200"
/>
</
Grid
>
<!--Subtraction Operation Cube Side-->
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
TextBlock
FontFamily
=
"Verdana"
FontSize
=
"12"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Center"
FontWeight
=
"Bold"
Name
=
"textBlockSub"
Width
=
"200"
/>
</
Grid
>
<!--Multiplication Operation Cube Side-->
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
TextBlock
FontFamily
=
"Verdana"
FontSize
=
"12"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Center"
FontWeight
=
"Bold"
Name
=
"textBlockMul"
Width
=
"200"
/>
</
Grid
>
<!--Division Operation Cube Side-->
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
TextBlock
FontFamily
=
"Verdana"
FontSize
=
"12"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Center"
FontWeight
=
"Bold"
Name
=
"textBlockDiv"
Width
=
"200"
/>
</
Grid
>
<!--Modulos Operation Cube Side-->
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
TextBlock
FontFamily
=
"Verdana"
FontSize
=
"12"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Center"
FontWeight
=
"Bold"
Name
=
"textBlockMod"
Width
=
"200"
/>
</
Grid
>
<!--Total Operation Cube Side-->
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
Height
=
"*"
/>
<
RowDefinition
Height
=
"Auto"
/>
</
Grid.RowDefinitions
>
<
TextBlock
FontFamily
=
"Verdana"
FontSize
=
"12"
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Center"
FontWeight
=
"Bold"
Name
=
"textBlockTotal"
Width
=
"200"
/>
</
Grid
>
</
telerik:RadCube
>
</
Grid
>
</
UserControl
>
Hope this should be useful for startup.
Thanks and Regards,
Vijay