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 7875053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:55:09+00:00 2026-06-03T02:55:09+00:00

My app.xaml: <Application.Resources> <RadialGradientBrush x:Key=myBrush> <GradientStop Color=#FFC44EC4 Offset=0 /> <GradientStop Color=#FF829CEB Offset=1 /> <GradientStop

  • 0

My app.xaml:

<Application.Resources>
    <RadialGradientBrush x:Key="myBrush">
        <GradientStop Color="#FFC44EC4" Offset="0" />
        <GradientStop Color="#FF829CEB" Offset="1" />
        <GradientStop Color="#FF793879" Offset="0.669" />
    </RadialGradientBrush>
</Application.Resources>

Here I’m trying to use it:

private void btnOK_Click(object sender, RoutedEventArgs e)
    {
        RadialGradientBrush b = (RadialGradientBrush)Resources["myBrush"];
        //b.GradientStops[1] = new GradientStop(Colors.Red,0.0);
    }

But I can’t use “b” cause it is null after defining. How can I get that resource?

  • 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-03T02:55:10+00:00Added an answer on June 3, 2026 at 2:55 am

    You’re ‘drawing’ from the control’s resources, try one of these instead…

    res = this.FindResource("myBrush"); // this 'walks' the tree and will find it
    res = Application.Current.Resources["myBrush"]; // or reference app resources directly
    res = App.Current.TryFindResource("myBrush");
    

    hope this helps

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

Sidebar

Related Questions

I define DisplayHeight in my App.xaml file here: <Application.Resources> <sys:Int32 x:Key=DisplayHeight>534</sys:Int32> </Application.Resources> I try
This is defined in App.xaml inside <Application.Resources> : <Style x:Key=borderStyle TargetType=Border> <Style.Triggers> <Trigger Property=IsMouseOver
Here is the App.xaml: <Application> <Application.Resources> <ResourceDictionary> <Style TargetType=Window> <Setter Property=SnapsToDevicePixels Value=True/> <Setter Property=Background
In App.xaml, I have the following code: <Application.Resources> <Style x:Key=LabelTemplate TargetType={x:Type Label}> <Setter Property=Height
In a WPF application, you can put your global static resources in app.xaml ..
I have a App.xaml template : <Application.Resources> <!-- template for recent history --> <DataTemplate
I have the following set of code in my App.xaml: <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary
I have a DataTemplate in app.xaml that binds a view to a viewmodel. <Application.Resources>
How can I get runnig path of my application from app.xaml.cs itself?
Guys, I have a basic WPF application. Contains App.xaml as always and a Mainwindow.xaml.

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.