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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:24:56+00:00 2026-06-13T15:24:56+00:00

Have TextBlock with DoubleAnimation in StoryBoard. On Windows 7 – 1-2% CPU usage all

  • 0

Have TextBlock with DoubleAnimation in StoryBoard.
On Windows 7 – 1-2% CPU usage all the time.
On Windows XP SP3 – 10-15% CPU usage.

<TextBlock Grid.Column="1" Height="Auto" Margin="10,0,0,0" TextWrapping="Wrap" HorizontalAlignment="Left" VerticalAlignment="Center" PreviewMouseDown="incomMessages_SelectionChanged">
     <TextBlock.Text>
          <Binding Mode="OneTime" Converter="{StaticResource Converter}" ConverterParameter="NameAndId"/>
     </TextBlock.Text>
     <TextBlock.Style>
          <Style>    
               <Style.Triggers>
                    <DataTrigger Binding="{Binding IsNew}" Value="True">
                         <DataTrigger.EnterActions>
                              <BeginStoryboard Name="Blink">
                                   <Storyboard BeginTime="00:00:01" RepeatBehavior="Forever">
                                        <DoubleAnimation Storyboard.TargetProperty="(TextBlock.Opacity)" From="0" To="1" Duration="0:0:1" RepeatBehavior="Forever" AutoReverse="True"/>
                                    </Storyboard>
                               </BeginStoryboard>
                          </DataTrigger.EnterActions>
                     </DataTrigger>
                </Style.Triggers>
           </Style>
     </TextBlock.Style>
</TextBlock>

Am i doing something wrong or it is WPF feature?

  • 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-13T15:24:57+00:00Added an answer on June 13, 2026 at 3:24 pm

    You could check the RenderCapability.Tier property. It indicates the rendering tier for the current thread

    RenderCapability.Tier = 0 means no graphics hardware acceleration is
    available for the application on the device. All graphics features use
    software acceleration.

    If RenderCapability.Tier is 0 you could change the Storyboard.DesiredFrameRate property. The default value is 60 but on Windows XP you could set it lower.

    For how to do you can have a look here

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

Sidebar

Related Questions

I am completely new developer at Windows Phone 7. I have TextBlock Text={Binding MyDate}
I have a TextBlock of Width 600 and Height 80 in my WPF 4.0
I have a TextBlock in a Grid with its Padding attribute set to 5.
I have a textblock in a grid in WPF. I want the text to
We're developing a Windows Phone 7 app and have a TextBlock defined like so:
I have some text that is displayed at run time in a textblock. I
I have textblock in my application, everything seems good, it is perfectly visible (all
Windows Phone application (Silverlight 3) I have a textblock <TextBlock Text={Binding Key} FontSize=40 Foreground={Binding
In my Windows phone7 silverlight Application I have several textblock pairs to display some
I have a TextBlock control defined as follows: <TextBlock Width=250 Height=23 HorizontalAlignment=Left VerticalAlignment=Top Margin=20,16,0,0

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.