WPF stuff.

Source: Internet
Author: User

Overview

The feeling of learning must be a record, or soon forget. Now the WPF learning process Some of the fragmented things in the following, no specific topics, think of what, see what is written here, is to review and do a memo.

1. Wait for the dialog box

See a waiting dialog box for a colleague to do a project like this:

Colleagues use timers to achieve this effect, actually in WPF, this effect can easily be implemented by animation.

<Grid>    <TextBlockx:name= "Searchtextblock"HorizontalAlignment= "Center"VerticalAlignment= "Center"FontFamily= "Microsoft Jas Black"FontSize= "+">        <textblock.triggers>            <EventTriggerRoutedEvent= "textblock.loaded">                <BeginStoryboard>                    <Storyboard>                        <StringanimationusingkeyframesDuration= "0:0:1.6"RepeatBehavior= "Forever"Storyboard.TargetName= "Searchtextblock"Storyboard.TargetProperty= "(Textblock.text)">                            <DiscretestringkeyframeKeyTime= "0:0:0"Value= "Querying" />                            <DiscretestringkeyframeKeyTime= "0:0:0.4"Value= "Querying." />                            <DiscretestringkeyframeKeyTime= "0:0:0.8"Value= "Querying ..." />                            <DiscretestringkeyframeKeyTime= "0:0:1.2"Value= "Querying ..." />                        </Stringanimationusingkeyframes>                    </Storyboard>                </BeginStoryboard>            </EventTrigger>        </textblock.triggers>    </TextBlock></Grid>

WPF stuff.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.