Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8353743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:21:06+00:00 2026-06-09T09:21:06+00:00

I am using Silverlight for embedded windows and i have a simple radiobutton style

  • 0

I am using Silverlight for embedded windows and i have a simple radiobutton style

<Style TargetType="RadioButton" x:Key="SettingsTab">
    <Setter Property="Width" Value="95"/>
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="RadioButton">
                    <Grid x:Name="RootElement">
                        <Image x:Name="Ozadje1" Source="settings_backgroun.png"/>

                    </Grid>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>

Now i want to put 2 textblock above that like you can see on 2nd image.

this is the image i use in style:
Settings_backgroun.png

what i want

Because i am new to silverlight i have a few problems with this, so i hope someone can point me in right direction.

Please keep in mind that silverlight for embedded windows is Silverlight 3 without some components.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T09:21:08+00:00Added an answer on June 9, 2026 at 9:21 am

    If all you’re doing is adding the TextBlock’s than this should accomplish it, (as hoping that Embedded Windows will allow it.)

    <Style TargetType="RadioButton" x:Key="SettingsTab">
        <Setter Property="Width" Value="95"/>
            <Setter Property="Template">
                <Setter.Value>
                    <ControlTemplate TargetType="RadioButton">
                        <Grid x:Name="RootElement">
                            <Image x:Name="Ozadje1" Source="settings_backgroun.png"/>
                            <TextBlock Text="LIM" Foreground="Orange" VerticalAlignment="Top" HorizontalAlignment="Center" Margin="0,5,0,0" />
                            <TextBlock Text="3.5mA" HorizontalAlignment="Center"  VerticalAlignment="Bottom" Margin="0,0,0,5"/>
                        </Grid>
                    </ControlTemplate>
                </Setter.Value>
            </Setter>
        </Style>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a web application with a Silverlight project embedded in it, using
(Using Silverlight 4.0 and VS 2010) So I have created a property called Rank
I have an application that is built using ASP.NET, with an embedded Silverlight Object
Using SilverLight, one can bind the value of a control to a property from
I am using silverlight 4. I have a scenario where i need to compare
Using Silverlight 4. I have two visual states for my control. I want to
I'm using SilverLight on Visual Studio 2008, Ver 3.5 SP1, I have a small
I am using Silverlight 4 using C# 4.0. I have a HttpwebRequest object which
Using Silverlight 3 and RIA Services I have the following class defined in my
I am using Silverlight RIA with EF and I have an entity with e.g.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.