Presentation is loading. Please wait.

Presentation is loading. Please wait.

#if NETFX_CORE using Windows.UI.Xaml; #else using System.Windows.Xaml; #endif.

Similar presentations


Presentation on theme: "#if NETFX_CORE using Windows.UI.Xaml; #else using System.Windows.Xaml; #endif."— Presentation transcript:

1

2

3

4

5

6

7

8

9

10

11

12 #if NETFX_CORE using Windows.UI.Xaml; #else using System.Windows.Xaml; #endif

13 More details: http://bit.ly/NetPCLhttp://bit.ly/NetPCL

14

15

16

17

18

19 Target: Property="{Binding Path=(namespace:class.property)}" Source: public static event EventHandler StaticPropertyChanged;

20

21 <Slider x:Name="ValueSlider" Minimum="0" Maximum="100" Margin="20" Height="25" Value="{Binding ElementName=ValueText, Delay=500, Path=Text, Mode=TwoWay}" /> <TextBox x:Name="ValueText" Text="50" Width="100" Height="50" FontSize="20" HorizontalAlignment="Center" />

22

23 VirtualizingPanel.ScrollUnit="Pixel" VirtualizingPanel.CacheLength="2" VirtualizingPanel.CacheLengthUnit="Page"

24

25

26

27

28

29

30

31


Download ppt "#if NETFX_CORE using Windows.UI.Xaml; #else using System.Windows.Xaml; #endif."

Similar presentations


Ads by Google