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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:58:11+00:00 2026-05-24T07:58:11+00:00

MSDN says Gets or sets an arbitrary object value that can be used to

  • 0

MSDN says “Gets or sets an arbitrary object value that can be used to store custom information about this element.” which means I can store anything I want in this property.

But if you bind to this property (with property of type String having a value say “XYZ”) and use it in Trigger conditions it doesn’t work!

  <Trigger Property="Tag" Value="XYZ">
      <Setter Property="Background" Value="Red" />
  </Trigger>

It does not set the background red. You can try and assume myElement to be a TextBlock! Why is it like this?

  • 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-05-24T07:58:12+00:00Added an answer on May 24, 2026 at 7:58 am

    Tag has no special functionality in WPF.

    This works for me:

    <TextBlock Tag="{Binding Data}"
               x:Name="tb">
        <TextBlock.Style>
            <Style>
                <Style.Triggers>
                    <Trigger Property="TextBlock.Tag"
                             Value="XYZ">
                         <Setter Property="TextBlock.Background"
                                 Value="Lime" />
                    </Trigger>
                </Style.Triggers>        
            </Style>
        </TextBlock.Style>
    </TextBlock>
    

    And setting the Data object property to “XYZ” in an event.

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

Sidebar

Related Questions

MSDN says that the function SetDllDirectory() can be used to insert a directory into
The MSDN documentation says that public class SomeObject { public void SomeOperation() { lock(this)
What exactly is the e.Row.DataItem return.. MSDN says.. returns An Object that represents the
As MSDN says ConcurrentDictionary<TKey, TValue> Class Represents a thread-safe collection of key-value pairs that
The MSDN documentation isn't precise on this point. It says in one place: Gets
MSDN says that after CryptVerifySignature() you cannot reuse HCRYPTHASH object to try hashing more
This page (MSDN) says in the first step: Alternatively, you can also use configuration
MSDN says this about the StackTrace property of the Exception class: The StackTrace property
MSDN says that you should use structs when you need lightweight objects. Are there
MSDN says that public static members of System.Windows.Application are thread safe. But when I

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.