CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GregJ7

Search: Search took 0.03 seconds; generated 17 minute(s) ago.

  1. Re: WPF XAML: Declaring App-wide colors and brushes and accessing them

    Problem was not having an A= value in the <Color tag.
  2. [RESOLVED] WPF XAML: Declaring App-wide colors and brushes and accessing them

    What is it I don't understand about declaring or accessing XAML resources? I'm expecting the foreground text in the TextBlock (which is on the Canvas in the MainWindow) to be the color defined in the...
  3. Re: How to use XAML to share some of the properties of multiple TextBlocks

    I have moved this question elsewhere. (At the moment it is here.)
  4. How to use XAML to share some of the properties of multiple TextBlocks

    Is there a standard way in XAML to collect similarly derived properties with the same values from several controls into one place? What is the best way to do it? The code below demonstrates the...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured