Hello i try the latest internal build from Q2 2011 for WPF 4. I have some radwindows as usercontrol
defined in the main xaml file. I get compiler errors and can't get it to run.
In code i call CtlNewPerson.ShowDialog()
This sample is runnning under Q1 SP1 latest internal build correctly.
Can you please check this issue.
best regards ...
defined in the main xaml file. I get compiler errors and can't get it to run.
In code i call CtlNewPerson.ShowDialog()
This sample is runnning under Q1 SP1 latest internal build correctly.
Can you please check this issue.
best regards ...
<
telerik:RadWindow
x:Name
=
"WindowNewPerson"
Width
=
"800"
Height
=
"626"
Header
=
"Test ..."
WindowStartupLocation
=
"CenterScreen"
telerik:StyleManager.Theme
=
"Windows7"
FontFamily
=
"Verdana"
IsRestricted
=
"True"
ResizeMode
=
"NoResize"
>
<
telerik:RadWindow.Background
>
<
LinearGradientBrush
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"White"
/>
<
GradientStop
Color
=
"#FFE5EAEC"
Offset
=
"1"
/>
</
LinearGradientBrush
>
</
telerik:RadWindow.Background
>
<
telerik:RadWindow.Effect
>
<
DropShadowEffect
BlurRadius
=
"50"
ShadowDepth
=
"10"
Opacity
=
"0.5"
Direction
=
"290"
RenderingBias
=
"Performance"
/>
</
telerik:RadWindow.Effect
>
<
local:ScrNewPerson
x:Name
=
"CtlNewPerson"
/>
</
telerik:RadWindow
>