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

  • Home
  • SEARCH
  • 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 9165793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:59:23+00:00 2026-06-17T14:59:23+00:00

Total XAML noob here. I’m having problems determining the proper way to change the

  • 0

Total XAML noob here. I’m having problems determining the proper way to change the background color on a Button element for the pressed state. It seems the default button background is white. How do I make it some other color (with transparency). Code snippet would be very helpful.

  • 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-17T14:59:24+00:00Added an answer on June 17, 2026 at 2:59 pm

    The default template for Button uses a resource for the Pressed state’s Background named “ButtonPressedBackgroundThemeBrush”. If you want this to change for all Buttons in your application you can override this in your App.xaml resources by adding a Brush using the same key. Here’s an example using solid red:

    <Application.Resources>
        <ResourceDictionary>
        <SolidColorBrush x:Key="ButtonPressedBackgroundThemeBrush" Color="Red"/>
        </ResourceDictionary>
    </Application.Resources>
    

    If you only want a single Button to use a different Background you can override the Template. The easiest way is to use Blend and right-click the Button, and select Edit Template->Edit a Copy. This will generate a copy of the XAML for you and you can either use the States tab or edit the XAML for the Pressed state by hand.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Total noob question, but here. CSS .product__specfield_8_arrow { /*background-image:url(../../upload/orng_bg_arrow.png); background-repeat:no-repeat;*/ background-color:#fc0; width:50px !important; height:33px
total noob here with about 2 months of C++ experience (no other background) so
Total noob here with javascript. I'm trying to alter a function. This is the
Total noob here. This is my first c# attempt, its a console application that
Total noob, having trouble using a variable to loop through row. I'd like to
Here's the XAML: <ListBox Grid.Row=1 x:Name=lstGames Background=#343434 > <ListBox.ItemTemplate> <DataTemplate> <Grid ShowGridLines=True> <Grid.ColumnDefinitions> <ColumnDefinition
Total Haskell noob here. I have a simple function, and a main. I don't
total noob here. I've an array which looks like: Array ( [15] => Array
Total Rails noob, working through the Rails Tutorial videos. I'm all the way to
Total, embarassing noob here, so here goes nothing: if you wanted to create a

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.