win32more-Microsoft.WindowsAppSDK 0.7.1.7.251107005__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
- win32more/Microsoft/Graphics/Display/__init__.py +2 -0
- win32more/Microsoft/Graphics/Imaging/__init__.py +1 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +2 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +1 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +7 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +4 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +4 -0
- win32more/Microsoft/UI/Composition/__init__.py +21 -0
- win32more/Microsoft/UI/Content/__init__.py +14 -10
- win32more/Microsoft/UI/Dispatching/__init__.py +2 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +2 -0
- win32more/Microsoft/UI/Input/__init__.py +55 -41
- win32more/Microsoft/UI/Text/__init__.py +25 -0
- win32more/Microsoft/UI/Windowing/__init__.py +8 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +95 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/__init__.py +39 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +1 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +3 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +241 -1
- win32more/Microsoft/Windows/AI/__init__.py +2 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +6 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +3 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +2 -4
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +2 -24
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +5 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
- win32more/Microsoft/Windows/Storage/__init__.py +2 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +1 -0
- win32more/appsdk/versioninfo.py +2 -2
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
- {win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +4 -2
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +0 -81
|
@@ -333,6 +333,7 @@ class AnnotatedScrollBarScrollingEventArgs(ComPtr):
|
|
|
333
333
|
ScrollOffset = property(get_ScrollOffset, None)
|
|
334
334
|
ScrollingEventKind = property(get_ScrollingEventKind, None)
|
|
335
335
|
class AnnotatedScrollBarScrollingEventKind(Enum, Int32):
|
|
336
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventKind'
|
|
336
337
|
Click = 0
|
|
337
338
|
Drag = 1
|
|
338
339
|
IncrementButton = 2
|
|
@@ -488,6 +489,7 @@ class AppBarButton(ComPtr, metaclass=_AppBarButton_Meta_):
|
|
|
488
489
|
_AppBarButton_Meta_.LabelPositionProperty = property(get_LabelPositionProperty, None)
|
|
489
490
|
_AppBarButton_Meta_.LabelProperty = property(get_LabelProperty, None)
|
|
490
491
|
class AppBarClosedDisplayMode(Enum, Int32):
|
|
492
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.AppBarClosedDisplayMode'
|
|
491
493
|
Compact = 0
|
|
492
494
|
Minimal = 1
|
|
493
495
|
Hidden = 2
|
|
@@ -824,10 +826,12 @@ class AutoSuggestBoxTextChangedEventArgs(ComPtr, metaclass=_AutoSuggestBoxTextCh
|
|
|
824
826
|
Reason = property(get_Reason, put_Reason)
|
|
825
827
|
_AutoSuggestBoxTextChangedEventArgs_Meta_.ReasonProperty = property(get_ReasonProperty, None)
|
|
826
828
|
class AutoSuggestionBoxTextChangeReason(Enum, Int32):
|
|
829
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.AutoSuggestionBoxTextChangeReason'
|
|
827
830
|
UserInput = 0
|
|
828
831
|
ProgrammaticChange = 1
|
|
829
832
|
SuggestionChosen = 2
|
|
830
833
|
class BackgroundSizing(Enum, Int32):
|
|
834
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.BackgroundSizing'
|
|
831
835
|
InnerBorderEdge = 0
|
|
832
836
|
OuterBorderEdge = 1
|
|
833
837
|
class _BitmapIcon_Meta_(ComPtr.__class__):
|
|
@@ -1927,6 +1931,7 @@ class CalendarViewDayItemChangingEventHandler(MulticastDelegate):
|
|
|
1927
1931
|
@winrt_commethod(3)
|
|
1928
1932
|
def Invoke(self, sender: win32more.Microsoft.UI.Xaml.Controls.CalendarView, e: win32more.Microsoft.UI.Xaml.Controls.CalendarViewDayItemChangingEventArgs) -> Void: ...
|
|
1929
1933
|
class CalendarViewDisplayMode(Enum, Int32):
|
|
1934
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CalendarViewDisplayMode'
|
|
1930
1935
|
Month = 0
|
|
1931
1936
|
Year = 1
|
|
1932
1937
|
Decade = 2
|
|
@@ -1941,10 +1946,12 @@ class CalendarViewSelectedDatesChangedEventArgs(ComPtr):
|
|
|
1941
1946
|
AddedDates = property(get_AddedDates, None)
|
|
1942
1947
|
RemovedDates = property(get_RemovedDates, None)
|
|
1943
1948
|
class CalendarViewSelectionMode(Enum, Int32):
|
|
1949
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CalendarViewSelectionMode'
|
|
1944
1950
|
None_ = 0
|
|
1945
1951
|
Single = 1
|
|
1946
1952
|
Multiple = 2
|
|
1947
1953
|
class CandidateWindowAlignment(Enum, Int32):
|
|
1954
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CandidateWindowAlignment'
|
|
1948
1955
|
Default = 0
|
|
1949
1956
|
BottomEdge = 1
|
|
1950
1957
|
class CandidateWindowBoundsChangedEventArgs(ComPtr):
|
|
@@ -1991,6 +1998,7 @@ class Canvas(ComPtr, metaclass=_Canvas_Meta_):
|
|
|
1991
1998
|
_Canvas_Meta_.TopProperty = property(get_TopProperty, None)
|
|
1992
1999
|
_Canvas_Meta_.ZIndexProperty = property(get_ZIndexProperty, None)
|
|
1993
2000
|
class CharacterCasing(Enum, Int32):
|
|
2001
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CharacterCasing'
|
|
1994
2002
|
Normal = 0
|
|
1995
2003
|
Lower = 1
|
|
1996
2004
|
Upper = 2
|
|
@@ -2081,6 +2089,7 @@ class CleanUpVirtualizedItemEventHandler(MulticastDelegate):
|
|
|
2081
2089
|
@winrt_commethod(3)
|
|
2082
2090
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs) -> Void: ...
|
|
2083
2091
|
class ClickMode(Enum, Int32):
|
|
2092
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ClickMode'
|
|
2084
2093
|
Release = 0
|
|
2085
2094
|
Press = 1
|
|
2086
2095
|
Hover = 2
|
|
@@ -2275,11 +2284,13 @@ class ColorPicker(ComPtr, metaclass=_ColorPicker_Meta_):
|
|
|
2275
2284
|
_ColorPicker_Meta_.PreviousColorProperty = property(get_PreviousColorProperty, None)
|
|
2276
2285
|
ColorChanged = event(add_ColorChanged, remove_ColorChanged)
|
|
2277
2286
|
class ColorPickerHsvChannel(Enum, Int32):
|
|
2287
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ColorPickerHsvChannel'
|
|
2278
2288
|
Hue = 0
|
|
2279
2289
|
Saturation = 1
|
|
2280
2290
|
Value = 2
|
|
2281
2291
|
Alpha = 3
|
|
2282
2292
|
class ColorSpectrumComponents(Enum, Int32):
|
|
2293
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ColorSpectrumComponents'
|
|
2283
2294
|
HueValue = 0
|
|
2284
2295
|
ValueHue = 1
|
|
2285
2296
|
HueSaturation = 2
|
|
@@ -2287,6 +2298,7 @@ class ColorSpectrumComponents(Enum, Int32):
|
|
|
2287
2298
|
SaturationValue = 4
|
|
2288
2299
|
ValueSaturation = 5
|
|
2289
2300
|
class ColorSpectrumShape(Enum, Int32):
|
|
2301
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ColorSpectrumShape'
|
|
2290
2302
|
Box = 0
|
|
2291
2303
|
Ring = 1
|
|
2292
2304
|
class _ColumnDefinition_Meta_(ComPtr.__class__):
|
|
@@ -2527,6 +2539,7 @@ class ComboBoxItem(ComPtr):
|
|
|
2527
2539
|
@winrt_factorymethod
|
|
2528
2540
|
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.IComboBoxItemFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.ComboBoxItem: ...
|
|
2529
2541
|
class ComboBoxSelectionChangedTrigger(Enum, Int32):
|
|
2542
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ComboBoxSelectionChangedTrigger'
|
|
2530
2543
|
Committed = 0
|
|
2531
2544
|
Always = 1
|
|
2532
2545
|
class ComboBoxTextSubmittedEventArgs(ComPtr):
|
|
@@ -2609,10 +2622,12 @@ class CommandBar(ComPtr, metaclass=_CommandBar_Meta_):
|
|
|
2609
2622
|
_CommandBar_Meta_.SecondaryCommandsProperty = property(get_SecondaryCommandsProperty, None)
|
|
2610
2623
|
DynamicOverflowItemsChanging = event(add_DynamicOverflowItemsChanging, remove_DynamicOverflowItemsChanging)
|
|
2611
2624
|
class CommandBarDefaultLabelPosition(Enum, Int32):
|
|
2625
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CommandBarDefaultLabelPosition'
|
|
2612
2626
|
Bottom = 0
|
|
2613
2627
|
Right = 1
|
|
2614
2628
|
Collapsed = 2
|
|
2615
2629
|
class CommandBarDynamicOverflowAction(Enum, Int32):
|
|
2630
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CommandBarDynamicOverflowAction'
|
|
2616
2631
|
AddingToOverflow = 0
|
|
2617
2632
|
RemovingFromOverflow = 1
|
|
2618
2633
|
class CommandBarFlyout(ComPtr):
|
|
@@ -2640,9 +2655,11 @@ class CommandBarFlyout(ComPtr):
|
|
|
2640
2655
|
PrimaryCommands = property(get_PrimaryCommands, None)
|
|
2641
2656
|
SecondaryCommands = property(get_SecondaryCommands, None)
|
|
2642
2657
|
class CommandBarLabelPosition(Enum, Int32):
|
|
2658
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CommandBarLabelPosition'
|
|
2643
2659
|
Default = 0
|
|
2644
2660
|
Collapsed = 1
|
|
2645
2661
|
class CommandBarOverflowButtonVisibility(Enum, Int32):
|
|
2662
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.CommandBarOverflowButtonVisibility'
|
|
2646
2663
|
Auto = 0
|
|
2647
2664
|
Visible = 1
|
|
2648
2665
|
Collapsed = 2
|
|
@@ -2948,6 +2965,7 @@ class ContentDialog(ComPtr, metaclass=_ContentDialog_Meta_):
|
|
|
2948
2965
|
PrimaryButtonClick = event(add_PrimaryButtonClick, remove_PrimaryButtonClick)
|
|
2949
2966
|
SecondaryButtonClick = event(add_SecondaryButtonClick, remove_SecondaryButtonClick)
|
|
2950
2967
|
class ContentDialogButton(Enum, Int32):
|
|
2968
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ContentDialogButton'
|
|
2951
2969
|
None_ = 0
|
|
2952
2970
|
Primary = 1
|
|
2953
2971
|
Secondary = 2
|
|
@@ -3001,9 +3019,11 @@ class ContentDialogOpenedEventArgs(ComPtr):
|
|
|
3001
3019
|
default_interface: win32more.Microsoft.UI.Xaml.Controls.IContentDialogOpenedEventArgs
|
|
3002
3020
|
_classid_ = 'Microsoft.UI.Xaml.Controls.ContentDialogOpenedEventArgs'
|
|
3003
3021
|
class ContentDialogPlacement(Enum, Int32):
|
|
3022
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ContentDialogPlacement'
|
|
3004
3023
|
Popup = 0
|
|
3005
3024
|
InPlace = 1
|
|
3006
3025
|
class ContentDialogResult(Enum, Int32):
|
|
3026
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ContentDialogResult'
|
|
3007
3027
|
None_ = 0
|
|
3008
3028
|
Primary = 1
|
|
3009
3029
|
Secondary = 2
|
|
@@ -3947,6 +3967,7 @@ class DatePickerValueChangedEventArgs(ComPtr):
|
|
|
3947
3967
|
NewDate = property(get_NewDate, None)
|
|
3948
3968
|
OldDate = property(get_OldDate, None)
|
|
3949
3969
|
class DisabledFormattingAccelerators(Enum, UInt32):
|
|
3970
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.DisabledFormattingAccelerators'
|
|
3950
3971
|
None_ = 0
|
|
3951
3972
|
Bold = 1
|
|
3952
3973
|
Italic = 2
|
|
@@ -4021,10 +4042,12 @@ class DynamicOverflowItemsChangingEventArgs(ComPtr):
|
|
|
4021
4042
|
def get_Action(self: win32more.Microsoft.UI.Xaml.Controls.IDynamicOverflowItemsChangingEventArgs) -> win32more.Microsoft.UI.Xaml.Controls.CommandBarDynamicOverflowAction: ...
|
|
4022
4043
|
Action = property(get_Action, None)
|
|
4023
4044
|
class ElementRealizationOptions(Enum, UInt32):
|
|
4045
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ElementRealizationOptions'
|
|
4024
4046
|
None_ = 0
|
|
4025
4047
|
ForceCreate = 1
|
|
4026
4048
|
SuppressAutoRecycle = 2
|
|
4027
4049
|
class ExpandDirection(Enum, Int32):
|
|
4050
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ExpandDirection'
|
|
4028
4051
|
Down = 0
|
|
4029
4052
|
Up = 1
|
|
4030
4053
|
class _Expander_Meta_(ComPtr.__class__):
|
|
@@ -20314,9 +20337,11 @@ class ImageIconSource(ComPtr, metaclass=_ImageIconSource_Meta_):
|
|
|
20314
20337
|
ImageSource = property(get_ImageSource, put_ImageSource)
|
|
20315
20338
|
_ImageIconSource_Meta_.ImageSourceProperty = property(get_ImageSourceProperty, None)
|
|
20316
20339
|
class IncrementalLoadingTrigger(Enum, Int32):
|
|
20340
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.IncrementalLoadingTrigger'
|
|
20317
20341
|
None_ = 0
|
|
20318
20342
|
Edge = 1
|
|
20319
20343
|
class IndexBasedLayoutOrientation(Enum, Int32):
|
|
20344
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.IndexBasedLayoutOrientation'
|
|
20320
20345
|
None_ = 0
|
|
20321
20346
|
TopToBottom = 1
|
|
20322
20347
|
LeftToRight = 2
|
|
@@ -20529,6 +20554,7 @@ class InfoBar(ComPtr, metaclass=_InfoBar_Meta_):
|
|
|
20529
20554
|
Closed = event(add_Closed, remove_Closed)
|
|
20530
20555
|
Closing = event(add_Closing, remove_Closing)
|
|
20531
20556
|
class InfoBarCloseReason(Enum, Int32):
|
|
20557
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.InfoBarCloseReason'
|
|
20532
20558
|
CloseButton = 0
|
|
20533
20559
|
Programmatic = 1
|
|
20534
20560
|
class InfoBarClosedEventArgs(ComPtr):
|
|
@@ -20551,6 +20577,7 @@ class InfoBarClosingEventArgs(ComPtr):
|
|
|
20551
20577
|
Cancel = property(get_Cancel, put_Cancel)
|
|
20552
20578
|
Reason = property(get_Reason, None)
|
|
20553
20579
|
class InfoBarSeverity(Enum, Int32):
|
|
20580
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.InfoBarSeverity'
|
|
20554
20581
|
Informational = 0
|
|
20555
20582
|
Success = 1
|
|
20556
20583
|
Warning = 2
|
|
@@ -20672,6 +20699,7 @@ class ItemCollectionTransitionCompletedEventArgs(ComPtr):
|
|
|
20672
20699
|
Element = property(get_Element, None)
|
|
20673
20700
|
Transition = property(get_Transition, None)
|
|
20674
20701
|
class ItemCollectionTransitionOperation(Enum, Int32):
|
|
20702
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ItemCollectionTransitionOperation'
|
|
20675
20703
|
Add = 0
|
|
20676
20704
|
Remove = 1
|
|
20677
20705
|
Move = 2
|
|
@@ -20714,6 +20742,7 @@ class ItemCollectionTransitionProvider(ComPtr):
|
|
|
20714
20742
|
def StartTransitions(self: win32more.Microsoft.UI.Xaml.Controls.IItemCollectionTransitionProviderOverrides, transitions: win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Controls.ItemCollectionTransition]) -> Void: ...
|
|
20715
20743
|
TransitionCompleted = event(add_TransitionCompleted, remove_TransitionCompleted)
|
|
20716
20744
|
class ItemCollectionTransitionTriggers(Enum, UInt32):
|
|
20745
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ItemCollectionTransitionTriggers'
|
|
20717
20746
|
CollectionChangeAdd = 1
|
|
20718
20747
|
CollectionChangeRemove = 2
|
|
20719
20748
|
CollectionChangeReset = 4
|
|
@@ -21312,6 +21341,7 @@ class ItemsStackPanel(ComPtr, metaclass=_ItemsStackPanel_Meta_):
|
|
|
21312
21341
|
_ItemsStackPanel_Meta_.GroupPaddingProperty = property(get_GroupPaddingProperty, None)
|
|
21313
21342
|
_ItemsStackPanel_Meta_.OrientationProperty = property(get_OrientationProperty, None)
|
|
21314
21343
|
class ItemsUpdatingScrollMode(Enum, Int32):
|
|
21344
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ItemsUpdatingScrollMode'
|
|
21315
21345
|
KeepItemsInView = 0
|
|
21316
21346
|
KeepScrollOffset = 1
|
|
21317
21347
|
KeepLastItemInView = 2
|
|
@@ -21445,6 +21475,7 @@ class ItemsViewSelectionChangedEventArgs(ComPtr):
|
|
|
21445
21475
|
default_interface: win32more.Microsoft.UI.Xaml.Controls.IItemsViewSelectionChangedEventArgs
|
|
21446
21476
|
_classid_ = 'Microsoft.UI.Xaml.Controls.ItemsViewSelectionChangedEventArgs'
|
|
21447
21477
|
class ItemsViewSelectionMode(Enum, Int32):
|
|
21478
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ItemsViewSelectionMode'
|
|
21448
21479
|
None_ = 0
|
|
21449
21480
|
Single = 1
|
|
21450
21481
|
Multiple = 2
|
|
@@ -21591,6 +21622,7 @@ class LayoutContext(ComPtr):
|
|
|
21591
21622
|
LayoutState = property(get_LayoutState, put_LayoutState)
|
|
21592
21623
|
LayoutStateCore = property(get_LayoutStateCore, put_LayoutStateCore)
|
|
21593
21624
|
class LightDismissOverlayMode(Enum, Int32):
|
|
21625
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.LightDismissOverlayMode'
|
|
21594
21626
|
Auto = 0
|
|
21595
21627
|
On = 1
|
|
21596
21628
|
Off = 2
|
|
@@ -21717,6 +21749,7 @@ class LinedFlowLayoutItemsInfoRequestedEventArgs(ComPtr):
|
|
|
21717
21749
|
MaxWidth = property(get_MaxWidth, put_MaxWidth)
|
|
21718
21750
|
MinWidth = property(get_MinWidth, put_MinWidth)
|
|
21719
21751
|
class LinedFlowLayoutItemsJustification(Enum, Int32):
|
|
21752
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsJustification'
|
|
21720
21753
|
Start = 0
|
|
21721
21754
|
Center = 1
|
|
21722
21755
|
End = 2
|
|
@@ -21724,6 +21757,7 @@ class LinedFlowLayoutItemsJustification(Enum, Int32):
|
|
|
21724
21757
|
SpaceBetween = 4
|
|
21725
21758
|
SpaceEvenly = 5
|
|
21726
21759
|
class LinedFlowLayoutItemsStretch(Enum, Int32):
|
|
21760
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsStretch'
|
|
21727
21761
|
None_ = 0
|
|
21728
21762
|
Fill = 1
|
|
21729
21763
|
class _ListBox_Meta_(ComPtr.__class__):
|
|
@@ -21871,6 +21905,7 @@ class ListPickerFlyoutPresenter(ComPtr):
|
|
|
21871
21905
|
default_interface: win32more.Microsoft.UI.Xaml.Controls.IListPickerFlyoutPresenter
|
|
21872
21906
|
_classid_ = 'Microsoft.UI.Xaml.Controls.ListPickerFlyoutPresenter'
|
|
21873
21907
|
class ListPickerFlyoutSelectionMode(Enum, Int32):
|
|
21908
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ListPickerFlyoutSelectionMode'
|
|
21874
21909
|
Single = 0
|
|
21875
21910
|
Multiple = 1
|
|
21876
21911
|
class ListView(ComPtr):
|
|
@@ -22191,9 +22226,11 @@ class ListViewPersistenceHelper(ComPtr):
|
|
|
22191
22226
|
@winrt_classmethod
|
|
22192
22227
|
def SetRelativeScrollPositionAsync(cls: win32more.Microsoft.UI.Xaml.Controls.IListViewPersistenceHelperStatics, listViewBase: win32more.Microsoft.UI.Xaml.Controls.ListViewBase, relativeScrollPosition: hstr, keyToItemHandler: win32more.Microsoft.UI.Xaml.Controls.ListViewKeyToItemHandler) -> win32more.Windows.Foundation.IAsyncAction: ...
|
|
22193
22228
|
class ListViewReorderMode(Enum, Int32):
|
|
22229
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ListViewReorderMode'
|
|
22194
22230
|
Disabled = 0
|
|
22195
22231
|
Enabled = 1
|
|
22196
22232
|
class ListViewSelectionMode(Enum, Int32):
|
|
22233
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ListViewSelectionMode'
|
|
22197
22234
|
None_ = 0
|
|
22198
22235
|
Single = 1
|
|
22199
22236
|
Multiple = 2
|
|
@@ -23290,6 +23327,7 @@ class NavigationView(ComPtr, metaclass=_NavigationView_Meta_):
|
|
|
23290
23327
|
PaneOpening = event(add_PaneOpening, remove_PaneOpening)
|
|
23291
23328
|
SelectionChanged = event(add_SelectionChanged, remove_SelectionChanged)
|
|
23292
23329
|
class NavigationViewBackButtonVisible(Enum, Int32):
|
|
23330
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewBackButtonVisible'
|
|
23293
23331
|
Collapsed = 0
|
|
23294
23332
|
Visible = 1
|
|
23295
23333
|
Auto = 2
|
|
@@ -23298,6 +23336,7 @@ class NavigationViewBackRequestedEventArgs(ComPtr):
|
|
|
23298
23336
|
default_interface: win32more.Microsoft.UI.Xaml.Controls.INavigationViewBackRequestedEventArgs
|
|
23299
23337
|
_classid_ = 'Microsoft.UI.Xaml.Controls.NavigationViewBackRequestedEventArgs'
|
|
23300
23338
|
class NavigationViewDisplayMode(Enum, Int32):
|
|
23339
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewDisplayMode'
|
|
23301
23340
|
Minimal = 0
|
|
23302
23341
|
Compact = 1
|
|
23303
23342
|
Expanded = 2
|
|
@@ -23477,6 +23516,7 @@ class NavigationViewItemSeparator(ComPtr):
|
|
|
23477
23516
|
@winrt_factorymethod
|
|
23478
23517
|
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.INavigationViewItemSeparatorFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.NavigationViewItemSeparator: ...
|
|
23479
23518
|
class NavigationViewOverflowLabelMode(Enum, Int32):
|
|
23519
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewOverflowLabelMode'
|
|
23480
23520
|
MoreLabel = 0
|
|
23481
23521
|
NoLabel = 1
|
|
23482
23522
|
class NavigationViewPaneClosingEventArgs(ComPtr):
|
|
@@ -23489,6 +23529,7 @@ class NavigationViewPaneClosingEventArgs(ComPtr):
|
|
|
23489
23529
|
def put_Cancel(self: win32more.Microsoft.UI.Xaml.Controls.INavigationViewPaneClosingEventArgs, value: Boolean) -> Void: ...
|
|
23490
23530
|
Cancel = property(get_Cancel, put_Cancel)
|
|
23491
23531
|
class NavigationViewPaneDisplayMode(Enum, Int32):
|
|
23532
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewPaneDisplayMode'
|
|
23492
23533
|
Auto = 0
|
|
23493
23534
|
Left = 1
|
|
23494
23535
|
Top = 2
|
|
@@ -23511,9 +23552,11 @@ class NavigationViewSelectionChangedEventArgs(ComPtr):
|
|
|
23511
23552
|
SelectedItem = property(get_SelectedItem, None)
|
|
23512
23553
|
SelectedItemContainer = property(get_SelectedItemContainer, None)
|
|
23513
23554
|
class NavigationViewSelectionFollowsFocus(Enum, Int32):
|
|
23555
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewSelectionFollowsFocus'
|
|
23514
23556
|
Disabled = 0
|
|
23515
23557
|
Enabled = 1
|
|
23516
23558
|
class NavigationViewShoulderNavigationEnabled(Enum, Int32):
|
|
23559
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewShoulderNavigationEnabled'
|
|
23517
23560
|
WhenSelectionFollowsFocus = 0
|
|
23518
23561
|
Always = 1
|
|
23519
23562
|
Never = 2
|
|
@@ -23805,10 +23848,12 @@ class NumberBox(ComPtr, metaclass=_NumberBox_Meta_):
|
|
|
23805
23848
|
_NumberBox_Meta_.ValueProperty = property(get_ValueProperty, None)
|
|
23806
23849
|
ValueChanged = event(add_ValueChanged, remove_ValueChanged)
|
|
23807
23850
|
class NumberBoxSpinButtonPlacementMode(Enum, Int32):
|
|
23851
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NumberBoxSpinButtonPlacementMode'
|
|
23808
23852
|
Hidden = 0
|
|
23809
23853
|
Compact = 1
|
|
23810
23854
|
Inline = 2
|
|
23811
23855
|
class NumberBoxValidationMode(Enum, Int32):
|
|
23856
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.NumberBoxValidationMode'
|
|
23812
23857
|
InvalidInputOverwritten = 0
|
|
23813
23858
|
Disabled = 1
|
|
23814
23859
|
class NumberBoxValueChangedEventArgs(ComPtr):
|
|
@@ -23822,6 +23867,7 @@ class NumberBoxValueChangedEventArgs(ComPtr):
|
|
|
23822
23867
|
NewValue = property(get_NewValue, None)
|
|
23823
23868
|
OldValue = property(get_OldValue, None)
|
|
23824
23869
|
class Orientation(Enum, Int32):
|
|
23870
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Orientation'
|
|
23825
23871
|
Vertical = 0
|
|
23826
23872
|
Horizontal = 1
|
|
23827
23873
|
class _Page_Meta_(ComPtr.__class__):
|
|
@@ -23918,10 +23964,12 @@ class Panel(ComPtr, metaclass=_Panel_Meta_):
|
|
|
23918
23964
|
_Panel_Meta_.ChildrenTransitionsProperty = property(get_ChildrenTransitionsProperty, None)
|
|
23919
23965
|
_Panel_Meta_.IsItemsHostProperty = property(get_IsItemsHostProperty, None)
|
|
23920
23966
|
class PanelScrollingDirection(Enum, Int32):
|
|
23967
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PanelScrollingDirection'
|
|
23921
23968
|
None_ = 0
|
|
23922
23969
|
Forward = 1
|
|
23923
23970
|
Backward = 2
|
|
23924
23971
|
class ParallaxSourceOffsetKind(Enum, Int32):
|
|
23972
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ParallaxSourceOffsetKind'
|
|
23925
23973
|
Absolute = 0
|
|
23926
23974
|
Relative = 1
|
|
23927
23975
|
class _ParallaxView_Meta_(ComPtr.__class__):
|
|
@@ -24220,6 +24268,7 @@ class PasswordBoxPasswordChangingEventArgs(ComPtr):
|
|
|
24220
24268
|
def get_IsContentChanging(self: win32more.Microsoft.UI.Xaml.Controls.IPasswordBoxPasswordChangingEventArgs) -> Boolean: ...
|
|
24221
24269
|
IsContentChanging = property(get_IsContentChanging, None)
|
|
24222
24270
|
class PasswordRevealMode(Enum, Int32):
|
|
24271
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PasswordRevealMode'
|
|
24223
24272
|
Peek = 0
|
|
24224
24273
|
Hidden = 1
|
|
24225
24274
|
Visible = 2
|
|
@@ -24544,6 +24593,7 @@ class PipsPager(ComPtr, metaclass=_PipsPager_Meta_):
|
|
|
24544
24593
|
_PipsPager_Meta_.WrapModeProperty = property(get_WrapModeProperty, None)
|
|
24545
24594
|
SelectedIndexChanged = event(add_SelectedIndexChanged, remove_SelectedIndexChanged)
|
|
24546
24595
|
class PipsPagerButtonVisibility(Enum, Int32):
|
|
24596
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PipsPagerButtonVisibility'
|
|
24547
24597
|
Visible = 0
|
|
24548
24598
|
VisibleOnPointerOver = 1
|
|
24549
24599
|
Collapsed = 2
|
|
@@ -24559,6 +24609,7 @@ class PipsPagerTemplateSettings(ComPtr):
|
|
|
24559
24609
|
def get_PipsPagerItems(self: win32more.Microsoft.UI.Xaml.Controls.IPipsPagerTemplateSettings) -> win32more.Windows.Foundation.Collections.IVector[Int32]: ...
|
|
24560
24610
|
PipsPagerItems = property(get_PipsPagerItems, None)
|
|
24561
24611
|
class PipsPagerWrapMode(Enum, Int32):
|
|
24612
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PipsPagerWrapMode'
|
|
24562
24613
|
None_ = 0
|
|
24563
24614
|
Wrap = 1
|
|
24564
24615
|
class _Pivot_Meta_(ComPtr.__class__):
|
|
@@ -24705,6 +24756,7 @@ class Pivot(ComPtr, metaclass=_Pivot_Meta_):
|
|
|
24705
24756
|
PivotItemUnloading = event(add_PivotItemUnloading, remove_PivotItemUnloading)
|
|
24706
24757
|
SelectionChanged = event(add_SelectionChanged, remove_SelectionChanged)
|
|
24707
24758
|
class PivotHeaderFocusVisualPlacement(Enum, Int32):
|
|
24759
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PivotHeaderFocusVisualPlacement'
|
|
24708
24760
|
ItemHeaders = 0
|
|
24709
24761
|
SelectedItemHeader = 1
|
|
24710
24762
|
class _PivotItem_Meta_(ComPtr.__class__):
|
|
@@ -24749,11 +24801,13 @@ class PivotItemEventArgs(ComPtr):
|
|
|
24749
24801
|
def put_Item(self: win32more.Microsoft.UI.Xaml.Controls.IPivotItemEventArgs, value: win32more.Microsoft.UI.Xaml.Controls.PivotItem) -> Void: ...
|
|
24750
24802
|
Item = property(get_Item, put_Item)
|
|
24751
24803
|
class PivotSlideInAnimationGroup(Enum, Int32):
|
|
24804
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PivotSlideInAnimationGroup'
|
|
24752
24805
|
Default = 0
|
|
24753
24806
|
GroupOne = 1
|
|
24754
24807
|
GroupTwo = 2
|
|
24755
24808
|
GroupThree = 3
|
|
24756
24809
|
class PlayerAnimationOptimization(Enum, Int32):
|
|
24810
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.PlayerAnimationOptimization'
|
|
24757
24811
|
Latency = 0
|
|
24758
24812
|
Resources = 1
|
|
24759
24813
|
class _ProgressBar_Meta_(ComPtr.__class__):
|
|
@@ -25320,6 +25374,7 @@ class RefreshInteractionRatioChangedEventArgs(ComPtr):
|
|
|
25320
25374
|
def get_InteractionRatio(self: win32more.Microsoft.UI.Xaml.Controls.IRefreshInteractionRatioChangedEventArgs) -> Double: ...
|
|
25321
25375
|
InteractionRatio = property(get_InteractionRatio, None)
|
|
25322
25376
|
class RefreshPullDirection(Enum, Int32):
|
|
25377
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.RefreshPullDirection'
|
|
25323
25378
|
LeftToRight = 0
|
|
25324
25379
|
TopToBottom = 1
|
|
25325
25380
|
RightToLeft = 2
|
|
@@ -25393,11 +25448,13 @@ class RefreshVisualizer(ComPtr, metaclass=_RefreshVisualizer_Meta_):
|
|
|
25393
25448
|
RefreshRequested = event(add_RefreshRequested, remove_RefreshRequested)
|
|
25394
25449
|
RefreshStateChanged = event(add_RefreshStateChanged, remove_RefreshStateChanged)
|
|
25395
25450
|
class RefreshVisualizerOrientation(Enum, Int32):
|
|
25451
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.RefreshVisualizerOrientation'
|
|
25396
25452
|
Auto = 0
|
|
25397
25453
|
Normal = 1
|
|
25398
25454
|
Rotate90DegreesCounterclockwise = 2
|
|
25399
25455
|
Rotate270DegreesCounterclockwise = 3
|
|
25400
25456
|
class RefreshVisualizerState(Enum, Int32):
|
|
25457
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.RefreshVisualizerState'
|
|
25401
25458
|
Idle = 0
|
|
25402
25459
|
Peeking = 1
|
|
25403
25460
|
Interacting = 2
|
|
@@ -25571,6 +25628,7 @@ class RelativePanel(ComPtr, metaclass=_RelativePanel_Meta_):
|
|
|
25571
25628
|
_RelativePanel_Meta_.PaddingProperty = property(get_PaddingProperty, None)
|
|
25572
25629
|
_RelativePanel_Meta_.RightOfProperty = property(get_RightOfProperty, None)
|
|
25573
25630
|
class RequiresPointer(Enum, Int32):
|
|
25631
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.RequiresPointer'
|
|
25574
25632
|
Never = 0
|
|
25575
25633
|
WhenEngaged = 1
|
|
25576
25634
|
WhenFocused = 2
|
|
@@ -25883,6 +25941,7 @@ class RichEditBoxTextChangingEventArgs(ComPtr):
|
|
|
25883
25941
|
def get_IsContentChanging(self: win32more.Microsoft.UI.Xaml.Controls.IRichEditBoxTextChangingEventArgs) -> Boolean: ...
|
|
25884
25942
|
IsContentChanging = property(get_IsContentChanging, None)
|
|
25885
25943
|
class RichEditClipboardFormat(Enum, Int32):
|
|
25944
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.RichEditClipboardFormat'
|
|
25886
25945
|
AllFormats = 0
|
|
25887
25946
|
PlainText = 1
|
|
25888
25947
|
class _RichTextBlock_Meta_(ComPtr.__class__):
|
|
@@ -26315,6 +26374,7 @@ class RowDefinitionCollection(ComPtr):
|
|
|
26315
26374
|
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Xaml.Controls.RowDefinition]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Xaml.Controls.RowDefinition]: ...
|
|
26316
26375
|
Size = property(get_Size, None)
|
|
26317
26376
|
class ScrollBarVisibility(Enum, Int32):
|
|
26377
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollBarVisibility'
|
|
26318
26378
|
Disabled = 0
|
|
26319
26379
|
Auto = 1
|
|
26320
26380
|
Hidden = 2
|
|
@@ -26414,9 +26474,11 @@ class ScrollContentPresenter(ComPtr, metaclass=_ScrollContentPresenter_Meta_):
|
|
|
26414
26474
|
_ScrollContentPresenter_Meta_.CanContentRenderOutsideBoundsProperty = property(get_CanContentRenderOutsideBoundsProperty, None)
|
|
26415
26475
|
_ScrollContentPresenter_Meta_.SizesContentToTemplatedParentProperty = property(get_SizesContentToTemplatedParentProperty, None)
|
|
26416
26476
|
class ScrollIntoViewAlignment(Enum, Int32):
|
|
26477
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollIntoViewAlignment'
|
|
26417
26478
|
Default = 0
|
|
26418
26479
|
Leading = 1
|
|
26419
26480
|
class ScrollMode(Enum, Int32):
|
|
26481
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollMode'
|
|
26420
26482
|
Disabled = 0
|
|
26421
26483
|
Enabled = 1
|
|
26422
26484
|
Auto = 2
|
|
@@ -27176,6 +27238,7 @@ class ScrollingAnchorRequestedEventArgs(ComPtr):
|
|
|
27176
27238
|
AnchorCandidates = property(get_AnchorCandidates, None)
|
|
27177
27239
|
AnchorElement = property(get_AnchorElement, put_AnchorElement)
|
|
27178
27240
|
class ScrollingAnimationMode(Enum, Int32):
|
|
27241
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingAnimationMode'
|
|
27179
27242
|
Disabled = 0
|
|
27180
27243
|
Enabled = 1
|
|
27181
27244
|
Auto = 2
|
|
@@ -27206,15 +27269,18 @@ class ScrollingBringingIntoViewEventArgs(ComPtr):
|
|
|
27206
27269
|
TargetHorizontalOffset = property(get_TargetHorizontalOffset, None)
|
|
27207
27270
|
TargetVerticalOffset = property(get_TargetVerticalOffset, None)
|
|
27208
27271
|
class ScrollingChainMode(Enum, Int32):
|
|
27272
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingChainMode'
|
|
27209
27273
|
Auto = 0
|
|
27210
27274
|
Always = 1
|
|
27211
27275
|
Never = 2
|
|
27212
27276
|
class ScrollingContentOrientation(Enum, Int32):
|
|
27277
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingContentOrientation'
|
|
27213
27278
|
Vertical = 0
|
|
27214
27279
|
Horizontal = 1
|
|
27215
27280
|
None_ = 2
|
|
27216
27281
|
Both = 3
|
|
27217
27282
|
class ScrollingInputKinds(Enum, UInt32):
|
|
27283
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingInputKinds'
|
|
27218
27284
|
None_ = 0
|
|
27219
27285
|
Touch = 1
|
|
27220
27286
|
Pen = 2
|
|
@@ -27223,11 +27289,13 @@ class ScrollingInputKinds(Enum, UInt32):
|
|
|
27223
27289
|
Gamepad = 16
|
|
27224
27290
|
All = 255
|
|
27225
27291
|
class ScrollingInteractionState(Enum, Int32):
|
|
27292
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingInteractionState'
|
|
27226
27293
|
Idle = 0
|
|
27227
27294
|
Interaction = 1
|
|
27228
27295
|
Inertia = 2
|
|
27229
27296
|
Animation = 3
|
|
27230
27297
|
class ScrollingRailMode(Enum, Int32):
|
|
27298
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingRailMode'
|
|
27231
27299
|
Enabled = 0
|
|
27232
27300
|
Disabled = 1
|
|
27233
27301
|
class ScrollingScrollAnimationStartingEventArgs(ComPtr):
|
|
@@ -27249,6 +27317,7 @@ class ScrollingScrollAnimationStartingEventArgs(ComPtr):
|
|
|
27249
27317
|
EndPosition = property(get_EndPosition, None)
|
|
27250
27318
|
StartPosition = property(get_StartPosition, None)
|
|
27251
27319
|
class ScrollingScrollBarVisibility(Enum, Int32):
|
|
27320
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility'
|
|
27252
27321
|
Auto = 0
|
|
27253
27322
|
Visible = 1
|
|
27254
27323
|
Hidden = 2
|
|
@@ -27260,6 +27329,7 @@ class ScrollingScrollCompletedEventArgs(ComPtr):
|
|
|
27260
27329
|
def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Controls.IScrollingScrollCompletedEventArgs) -> Int32: ...
|
|
27261
27330
|
CorrelationId = property(get_CorrelationId, None)
|
|
27262
27331
|
class ScrollingScrollMode(Enum, Int32):
|
|
27332
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingScrollMode'
|
|
27263
27333
|
Enabled = 0
|
|
27264
27334
|
Disabled = 1
|
|
27265
27335
|
Auto = 2
|
|
@@ -27291,6 +27361,7 @@ class ScrollingScrollOptions(ComPtr):
|
|
|
27291
27361
|
AnimationMode = property(get_AnimationMode, put_AnimationMode)
|
|
27292
27362
|
SnapPointsMode = property(get_SnapPointsMode, put_SnapPointsMode)
|
|
27293
27363
|
class ScrollingSnapPointsMode(Enum, Int32):
|
|
27364
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode'
|
|
27294
27365
|
Default = 0
|
|
27295
27366
|
Ignore = 1
|
|
27296
27367
|
class ScrollingZoomAnimationStartingEventArgs(ComPtr):
|
|
@@ -27322,6 +27393,7 @@ class ScrollingZoomCompletedEventArgs(ComPtr):
|
|
|
27322
27393
|
def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Controls.IScrollingZoomCompletedEventArgs) -> Int32: ...
|
|
27323
27394
|
CorrelationId = property(get_CorrelationId, None)
|
|
27324
27395
|
class ScrollingZoomMode(Enum, Int32):
|
|
27396
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ScrollingZoomMode'
|
|
27325
27397
|
Enabled = 0
|
|
27326
27398
|
Disabled = 1
|
|
27327
27399
|
class ScrollingZoomOptions(ComPtr):
|
|
@@ -27391,6 +27463,7 @@ class SelectionChangedEventHandler(MulticastDelegate):
|
|
|
27391
27463
|
@winrt_commethod(3)
|
|
27392
27464
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Controls.SelectionChangedEventArgs) -> Void: ...
|
|
27393
27465
|
class SelectionMode(Enum, Int32):
|
|
27466
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.SelectionMode'
|
|
27394
27467
|
Single = 0
|
|
27395
27468
|
Multiple = 1
|
|
27396
27469
|
Extended = 2
|
|
@@ -27690,6 +27763,7 @@ class Slider(ComPtr, metaclass=_Slider_Meta_):
|
|
|
27690
27763
|
_Slider_Meta_.TickFrequencyProperty = property(get_TickFrequencyProperty, None)
|
|
27691
27764
|
_Slider_Meta_.TickPlacementProperty = property(get_TickPlacementProperty, None)
|
|
27692
27765
|
class SnapPointsType(Enum, Int32):
|
|
27766
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.SnapPointsType'
|
|
27693
27767
|
None_ = 0
|
|
27694
27768
|
Optional = 1
|
|
27695
27769
|
Mandatory = 2
|
|
@@ -27857,6 +27931,7 @@ class SplitView(ComPtr, metaclass=_SplitView_Meta_):
|
|
|
27857
27931
|
PaneOpened = event(add_PaneOpened, remove_PaneOpened)
|
|
27858
27932
|
PaneOpening = event(add_PaneOpening, remove_PaneOpening)
|
|
27859
27933
|
class SplitViewDisplayMode(Enum, Int32):
|
|
27934
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.SplitViewDisplayMode'
|
|
27860
27935
|
Overlay = 0
|
|
27861
27936
|
Inline = 1
|
|
27862
27937
|
CompactOverlay = 2
|
|
@@ -27871,6 +27946,7 @@ class SplitViewPaneClosingEventArgs(ComPtr):
|
|
|
27871
27946
|
def put_Cancel(self: win32more.Microsoft.UI.Xaml.Controls.ISplitViewPaneClosingEventArgs, value: Boolean) -> Void: ...
|
|
27872
27947
|
Cancel = property(get_Cancel, put_Cancel)
|
|
27873
27948
|
class SplitViewPanePlacement(Enum, Int32):
|
|
27949
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.SplitViewPanePlacement'
|
|
27874
27950
|
Left = 0
|
|
27875
27951
|
Right = 1
|
|
27876
27952
|
class _StackLayout_Meta_(ComPtr.__class__):
|
|
@@ -28006,6 +28082,7 @@ class StackPanel(ComPtr, metaclass=_StackPanel_Meta_):
|
|
|
28006
28082
|
HorizontalSnapPointsChanged = event(add_HorizontalSnapPointsChanged, remove_HorizontalSnapPointsChanged)
|
|
28007
28083
|
VerticalSnapPointsChanged = event(add_VerticalSnapPointsChanged, remove_VerticalSnapPointsChanged)
|
|
28008
28084
|
class StretchDirection(Enum, Int32):
|
|
28085
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.StretchDirection'
|
|
28009
28086
|
UpOnly = 0
|
|
28010
28087
|
DownOnly = 1
|
|
28011
28088
|
Both = 2
|
|
@@ -28074,6 +28151,7 @@ class SwapChainPanel(ComPtr, metaclass=_SwapChainPanel_Meta_):
|
|
|
28074
28151
|
_SwapChainPanel_Meta_.CompositionScaleYProperty = property(get_CompositionScaleYProperty, None)
|
|
28075
28152
|
CompositionScaleChanged = event(add_CompositionScaleChanged, remove_CompositionScaleChanged)
|
|
28076
28153
|
class SwipeBehaviorOnInvoked(Enum, Int32):
|
|
28154
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.SwipeBehaviorOnInvoked'
|
|
28077
28155
|
Auto = 0
|
|
28078
28156
|
Close = 1
|
|
28079
28157
|
RemainOpen = 2
|
|
@@ -28261,9 +28339,11 @@ class SwipeItems(ComPtr, metaclass=_SwipeItems_Meta_):
|
|
|
28261
28339
|
Size = property(get_Size, None)
|
|
28262
28340
|
_SwipeItems_Meta_.ModeProperty = property(get_ModeProperty, None)
|
|
28263
28341
|
class SwipeMode(Enum, Int32):
|
|
28342
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.SwipeMode'
|
|
28264
28343
|
Reveal = 0
|
|
28265
28344
|
Execute = 1
|
|
28266
28345
|
class Symbol(Enum, Int32):
|
|
28346
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Symbol'
|
|
28267
28347
|
Previous = 57600
|
|
28268
28348
|
Next = 57601
|
|
28269
28349
|
Play = 57602
|
|
@@ -28746,6 +28826,7 @@ class TabView(ComPtr, metaclass=_TabView_Meta_):
|
|
|
28746
28826
|
TabTearOutRequested = event(add_TabTearOutRequested, remove_TabTearOutRequested)
|
|
28747
28827
|
TabTearOutWindowRequested = event(add_TabTearOutWindowRequested, remove_TabTearOutWindowRequested)
|
|
28748
28828
|
class TabViewCloseButtonOverlayMode(Enum, Int32):
|
|
28829
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TabViewCloseButtonOverlayMode'
|
|
28749
28830
|
Auto = 0
|
|
28750
28831
|
OnPointerOver = 1
|
|
28751
28832
|
Always = 2
|
|
@@ -28949,6 +29030,7 @@ class TabViewTabTearOutWindowRequestedEventArgs(ComPtr):
|
|
|
28949
29030
|
NewWindowId = property(get_NewWindowId, put_NewWindowId)
|
|
28950
29031
|
Tabs = property(get_Tabs, None)
|
|
28951
29032
|
class TabViewWidthMode(Enum, Int32):
|
|
29033
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TabViewWidthMode'
|
|
28952
29034
|
Equal = 0
|
|
28953
29035
|
SizeToContent = 1
|
|
28954
29036
|
Compact = 2
|
|
@@ -29154,6 +29236,7 @@ class TeachingTip(ComPtr, metaclass=_TeachingTip_Meta_):
|
|
|
29154
29236
|
Closed = event(add_Closed, remove_Closed)
|
|
29155
29237
|
Closing = event(add_Closing, remove_Closing)
|
|
29156
29238
|
class TeachingTipCloseReason(Enum, Int32):
|
|
29239
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipCloseReason'
|
|
29157
29240
|
CloseButton = 0
|
|
29158
29241
|
LightDismiss = 1
|
|
29159
29242
|
Programmatic = 2
|
|
@@ -29179,10 +29262,12 @@ class TeachingTipClosingEventArgs(ComPtr):
|
|
|
29179
29262
|
Cancel = property(get_Cancel, put_Cancel)
|
|
29180
29263
|
Reason = property(get_Reason, None)
|
|
29181
29264
|
class TeachingTipHeroContentPlacementMode(Enum, Int32):
|
|
29265
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipHeroContentPlacementMode'
|
|
29182
29266
|
Auto = 0
|
|
29183
29267
|
Top = 1
|
|
29184
29268
|
Bottom = 2
|
|
29185
29269
|
class TeachingTipPlacementMode(Enum, Int32):
|
|
29270
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipPlacementMode'
|
|
29186
29271
|
Auto = 0
|
|
29187
29272
|
Top = 1
|
|
29188
29273
|
Bottom = 2
|
|
@@ -29198,6 +29283,7 @@ class TeachingTipPlacementMode(Enum, Int32):
|
|
|
29198
29283
|
RightBottom = 12
|
|
29199
29284
|
Center = 13
|
|
29200
29285
|
class TeachingTipTailVisibility(Enum, Int32):
|
|
29286
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipTailVisibility'
|
|
29201
29287
|
Auto = 0
|
|
29202
29288
|
Visible = 1
|
|
29203
29289
|
Collapsed = 2
|
|
@@ -30931,6 +31017,7 @@ class TreeViewSelectionChangedEventArgs(ComPtr):
|
|
|
30931
31017
|
AddedItems = property(get_AddedItems, None)
|
|
30932
31018
|
RemovedItems = property(get_RemovedItems, None)
|
|
30933
31019
|
class TreeViewSelectionMode(Enum, Int32):
|
|
31020
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TreeViewSelectionMode'
|
|
30934
31021
|
None_ = 0
|
|
30935
31022
|
Single = 1
|
|
30936
31023
|
Multiple = 2
|
|
@@ -31033,17 +31120,21 @@ class TwoPaneView(ComPtr, metaclass=_TwoPaneView_Meta_):
|
|
|
31033
31120
|
_TwoPaneView_Meta_.WideModeConfigurationProperty = property(get_WideModeConfigurationProperty, None)
|
|
31034
31121
|
ModeChanged = event(add_ModeChanged, remove_ModeChanged)
|
|
31035
31122
|
class TwoPaneViewMode(Enum, Int32):
|
|
31123
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewMode'
|
|
31036
31124
|
SinglePane = 0
|
|
31037
31125
|
Wide = 1
|
|
31038
31126
|
Tall = 2
|
|
31039
31127
|
class TwoPaneViewPriority(Enum, Int32):
|
|
31128
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewPriority'
|
|
31040
31129
|
Pane1 = 0
|
|
31041
31130
|
Pane2 = 1
|
|
31042
31131
|
class TwoPaneViewTallModeConfiguration(Enum, Int32):
|
|
31132
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewTallModeConfiguration'
|
|
31043
31133
|
SinglePane = 0
|
|
31044
31134
|
TopBottom = 1
|
|
31045
31135
|
BottomTop = 2
|
|
31046
31136
|
class TwoPaneViewWideModeConfiguration(Enum, Int32):
|
|
31137
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewWideModeConfiguration'
|
|
31047
31138
|
SinglePane = 0
|
|
31048
31139
|
LeftRight = 1
|
|
31049
31140
|
RightLeft = 2
|
|
@@ -31161,6 +31252,7 @@ class UniformGridLayout(ComPtr, metaclass=_UniformGridLayout_Meta_):
|
|
|
31161
31252
|
_UniformGridLayout_Meta_.MinRowSpacingProperty = property(get_MinRowSpacingProperty, None)
|
|
31162
31253
|
_UniformGridLayout_Meta_.OrientationProperty = property(get_OrientationProperty, None)
|
|
31163
31254
|
class UniformGridLayoutItemsJustification(Enum, Int32):
|
|
31255
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.UniformGridLayoutItemsJustification'
|
|
31164
31256
|
Start = 0
|
|
31165
31257
|
Center = 1
|
|
31166
31258
|
End = 2
|
|
@@ -31168,6 +31260,7 @@ class UniformGridLayoutItemsJustification(Enum, Int32):
|
|
|
31168
31260
|
SpaceBetween = 4
|
|
31169
31261
|
SpaceEvenly = 5
|
|
31170
31262
|
class UniformGridLayoutItemsStretch(Enum, Int32):
|
|
31263
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.UniformGridLayoutItemsStretch'
|
|
31171
31264
|
None_ = 0
|
|
31172
31265
|
Fill = 1
|
|
31173
31266
|
Uniform = 2
|
|
@@ -31308,6 +31401,7 @@ class Viewbox(ComPtr, metaclass=_Viewbox_Meta_):
|
|
|
31308
31401
|
_Viewbox_Meta_.StretchDirectionProperty = property(get_StretchDirectionProperty, None)
|
|
31309
31402
|
_Viewbox_Meta_.StretchProperty = property(get_StretchProperty, None)
|
|
31310
31403
|
class VirtualizationMode(Enum, Int32):
|
|
31404
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.VirtualizationMode'
|
|
31311
31405
|
Standard = 0
|
|
31312
31406
|
Recycling = 1
|
|
31313
31407
|
class VirtualizingLayout(ComPtr):
|
|
@@ -31642,6 +31736,7 @@ class XamlControlsResources(ComPtr, metaclass=_XamlControlsResources_Meta_):
|
|
|
31642
31736
|
UseCompactResources = property(get_UseCompactResources, put_UseCompactResources)
|
|
31643
31737
|
_XamlControlsResources_Meta_.UseCompactResourcesProperty = property(get_UseCompactResourcesProperty, None)
|
|
31644
31738
|
class ZoomMode(Enum, Int32):
|
|
31739
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.ZoomMode'
|
|
31645
31740
|
Disabled = 0
|
|
31646
31741
|
Enabled = 1
|
|
31647
31742
|
|
|
@@ -103,6 +103,7 @@ class BindingExpressionBase(ComPtr):
|
|
|
103
103
|
default_interface: win32more.Microsoft.UI.Xaml.Data.IBindingExpressionBase
|
|
104
104
|
_classid_ = 'Microsoft.UI.Xaml.Data.BindingExpressionBase'
|
|
105
105
|
class BindingMode(Enum, Int32):
|
|
106
|
+
_name_ = 'Microsoft.UI.Xaml.Data.BindingMode'
|
|
106
107
|
OneWay = 1
|
|
107
108
|
OneTime = 2
|
|
108
109
|
TwoWay = 3
|
|
@@ -658,10 +659,12 @@ class RelativeSource(ComPtr):
|
|
|
658
659
|
def put_Mode(self: win32more.Microsoft.UI.Xaml.Data.IRelativeSource, value: win32more.Microsoft.UI.Xaml.Data.RelativeSourceMode) -> Void: ...
|
|
659
660
|
Mode = property(get_Mode, put_Mode)
|
|
660
661
|
class RelativeSourceMode(Enum, Int32):
|
|
662
|
+
_name_ = 'Microsoft.UI.Xaml.Data.RelativeSourceMode'
|
|
661
663
|
None_ = 0
|
|
662
664
|
TemplatedParent = 1
|
|
663
665
|
Self = 2
|
|
664
666
|
class UpdateSourceTrigger(Enum, Int32):
|
|
667
|
+
_name_ = 'Microsoft.UI.Xaml.Data.UpdateSourceTrigger'
|
|
665
668
|
Default = 0
|
|
666
669
|
PropertyChanged = 1
|
|
667
670
|
Explicit = 2
|