Getting Started with Windows 8 style application Development 19 Basic Control II

Source: Internet
Author: User

Slider:

Slider control common effects diagram:

How do I declare a slider control in XAML code? The code is as follows:

Value property values represent the initial values displayed by the slider control, and we can also drag to change the value of the slider control in the application run state.

Declare the slider control in C # code. The code can be as follows:

The current value value of the slider control can be obtained through the ValueChanged event

About Slider class detailed description may refer to: Slider class.

Image:

Common effects of image controls:

How do I declare a slider control in XAML code? The code is as follows:

The image control Source property represents a picture path, and stretch represents the picture Stretch property (contains fill, None, uniform, uniformtofill four values).

Declare the image control in C # code. The code can be as follows:

Note: You must use an absolute path to display a picture using C # code. Image.source property.

A detailed description of the image class can refer to: Image class.

Tooltip:

ToolTip control common effects diagram:

When we dock the mouse over the picture, a prompt box appears.

How do controls declare ToolTip controls in XAML code? The code is as follows:

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.