|
4 | 4 | // DO NOT EDIT! This file was generated by CustomTasks.DependencyPropertyCodeGen
|
5 | 5 | #pragma once
|
6 | 6 |
|
7 |
| -class SwipeControlProperties |
| 7 | +namespace Windows.UI.Xaml.Controls |
8 | 8 | {
|
9 |
| -public: |
10 |
| - SwipeControlProperties(); |
| 9 | + public partial class SwipeControl |
| 10 | + { |
| 11 | + public: |
11 | 12 |
|
12 |
| - void BottomItems(winrt.SwipeItems & value); |
13 |
| - winrt.SwipeItems BottomItems(); |
| 13 | + SwipeControlProperties(); |
14 | 14 |
|
15 |
| - void LeftItems(winrt.SwipeItems & value); |
16 |
| - winrt.SwipeItems LeftItems(); |
| 15 | + void BottomItems(winrt.SwipeItems & value); |
17 | 16 |
|
18 |
| - void RightItems(winrt.SwipeItems & value); |
19 |
| - winrt.SwipeItems RightItems(); |
| 17 | + winrt.SwipeItems BottomItems(); |
20 | 18 |
|
21 |
| - void TopItems(winrt.SwipeItems & value); |
22 |
| - winrt.SwipeItems TopItems(); |
| 19 | + void LeftItems(winrt.SwipeItems & value); |
23 | 20 |
|
24 |
| - static winrt.DependencyProperty BottomItemsProperty() { return s_BottomItemsProperty; } |
25 |
| - static winrt.DependencyProperty LeftItemsProperty() { return s_LeftItemsProperty; } |
26 |
| - static winrt.DependencyProperty RightItemsProperty() { return s_RightItemsProperty; } |
27 |
| - static winrt.DependencyProperty TopItemsProperty() { return s_TopItemsProperty; } |
| 21 | + winrt.SwipeItems LeftItems(); |
28 | 22 |
|
29 |
| - static GlobalDependencyProperty s_BottomItemsProperty; |
30 |
| - static GlobalDependencyProperty s_LeftItemsProperty; |
31 |
| - static GlobalDependencyProperty s_RightItemsProperty; |
32 |
| - static GlobalDependencyProperty s_TopItemsProperty; |
| 23 | + void RightItems(winrt.SwipeItems & value); |
33 | 24 |
|
34 |
| - static void EnsureProperties(); |
35 |
| - static void ClearProperties(); |
| 25 | + winrt.SwipeItems RightItems(); |
36 | 26 |
|
37 |
| - static void OnBottomItemsPropertyChanged( |
38 |
| - winrt.DependencyObject & sender, |
39 |
| - winrt.DependencyPropertyChangedEventArgs & args); |
| 27 | + void TopItems(winrt.SwipeItems & value); |
40 | 28 |
|
41 |
| - static void OnLeftItemsPropertyChanged( |
42 |
| - winrt.DependencyObject & sender, |
43 |
| - winrt.DependencyPropertyChangedEventArgs & args); |
| 29 | + winrt.SwipeItems TopItems(); |
44 | 30 |
|
45 |
| - static void OnRightItemsPropertyChanged( |
46 |
| - winrt.DependencyObject & sender, |
47 |
| - winrt.DependencyPropertyChangedEventArgs & args); |
| 31 | + static winrt.DependencyProperty BottomItemsProperty() { return s_BottomItemsProperty; } |
48 | 32 |
|
49 |
| - static void OnTopItemsPropertyChanged( |
50 |
| - winrt.DependencyObject & sender, |
51 |
| - winrt.DependencyPropertyChangedEventArgs & args); |
52 |
| -}; |
| 33 | + static winrt.DependencyProperty LeftItemsProperty() { return s_LeftItemsProperty; } |
| 34 | + |
| 35 | + static winrt.DependencyProperty RightItemsProperty() { return s_RightItemsProperty; } |
| 36 | + |
| 37 | + static winrt.DependencyProperty TopItemsProperty() { return s_TopItemsProperty; } |
| 38 | + |
| 39 | + static GlobalDependencyProperty s_BottomItemsProperty; |
| 40 | + static GlobalDependencyProperty s_LeftItemsProperty; |
| 41 | + static GlobalDependencyProperty s_RightItemsProperty; |
| 42 | + static GlobalDependencyProperty s_TopItemsProperty; |
| 43 | + |
| 44 | + static void EnsureProperties(); |
| 45 | + |
| 46 | + static void ClearProperties(); |
| 47 | + |
| 48 | + static void OnBottomItemsPropertyChanged( |
| 49 | + winrt.DependencyObject & sender, |
| 50 | + |
| 51 | + winrt.DependencyPropertyChangedEventArgs & args); |
| 52 | + |
| 53 | + static void OnLeftItemsPropertyChanged( |
| 54 | + winrt.DependencyObject & sender, |
| 55 | + |
| 56 | + winrt.DependencyPropertyChangedEventArgs & args); |
| 57 | + |
| 58 | + static void OnRightItemsPropertyChanged( |
| 59 | + winrt.DependencyObject & sender, |
| 60 | + |
| 61 | + winrt.DependencyPropertyChangedEventArgs & args); |
| 62 | + |
| 63 | + static void OnTopItemsPropertyChanged( |
| 64 | + winrt.DependencyObject & sender, |
| 65 | + |
| 66 | + winrt.DependencyPropertyChangedEventArgs & args); |
| 67 | + }; |
| 68 | +} |
0 commit comments