This question is locked. New answers and comments are not allowed.
Hello,
create a new Silverlight application and replace MainPage.xaml with:
Then run the application: the abc text is not displayed.
Patrick
create a new Silverlight application and replace MainPage.xaml with:
<UserControl x:Class="SilverlightApplication1.MainPage" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="White" HorizontalAlignment="Left" Margin="5" VerticalAlignment="Top"> <tk:RadNumericUpDown CustomUnit="abc" /> </Grid></UserControl>Then run the application: the abc text is not displayed.
Patrick