win32more-Microsoft.WindowsAppSDK 0.7.1.6.250602001__py2.py3-none-any.whl → 0.7.1.7.250401001__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.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +591 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +93 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +78 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +42 -42
- win32more/Microsoft/UI/Composition/__init__.py +125 -125
- win32more/Microsoft/UI/Content/__init__.py +676 -35
- win32more/Microsoft/UI/Dispatching/__init__.py +4 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +9 -9
- win32more/Microsoft/UI/Input/__init__.py +53 -45
- win32more/Microsoft/UI/Text/__init__.py +21 -0
- win32more/Microsoft/UI/Windowing/__init__.py +104 -21
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +274 -0
- win32more/Microsoft/UI/Xaml/__init__.py +64 -2
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +1 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +29 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +126 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +53 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +196 -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.7.1.6.250602001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.250401001.dist-info}/METADATA +2 -2
- {win32more_microsoft_windowsappsdk-0.7.1.6.250602001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.250401001.dist-info}/RECORD +35 -27
- {win32more_microsoft_windowsappsdk-0.7.1.6.250602001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.250401001.dist-info}/WHEEL +0 -0
- {win32more_microsoft_windowsappsdk-0.7.1.6.250602001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.250401001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +0 -0
|
@@ -1401,11 +1401,11 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1401
1401
|
@winrt_activatemethod
|
|
1402
1402
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Composition.Compositor: ...
|
|
1403
1403
|
@winrt_mixinmethod
|
|
1404
|
-
def
|
|
1404
|
+
def CreateGeometricClip(self: win32more.Microsoft.UI.Composition.ICompositor6) -> win32more.Microsoft.UI.Composition.CompositionGeometricClip: ...
|
|
1405
1405
|
@winrt_mixinmethod
|
|
1406
|
-
def
|
|
1406
|
+
def CreateColorKeyFrameAnimation(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.ColorKeyFrameAnimation: ...
|
|
1407
1407
|
@winrt_mixinmethod
|
|
1408
|
-
def
|
|
1408
|
+
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5, value: hstr) -> Void: ...
|
|
1409
1409
|
@winrt_mixinmethod
|
|
1410
1410
|
def get_GlobalPlaybackRate(self: win32more.Microsoft.UI.Composition.ICompositor5) -> Single: ...
|
|
1411
1411
|
@winrt_mixinmethod
|
|
@@ -1415,6 +1415,8 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1415
1415
|
@winrt_mixinmethod
|
|
1416
1416
|
def CreateBounceVector2Animation(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.BounceVector2NaturalMotionAnimation: ...
|
|
1417
1417
|
@winrt_mixinmethod
|
|
1418
|
+
def CreateBounceVector3Animation(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.BounceVector3NaturalMotionAnimation: ...
|
|
1419
|
+
@winrt_mixinmethod
|
|
1418
1420
|
def CreateContainerShape(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.CompositionContainerShape: ...
|
|
1419
1421
|
@winrt_mixinmethod
|
|
1420
1422
|
def CreateEllipseGeometry(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Microsoft.UI.Composition.CompositionEllipseGeometry: ...
|
|
@@ -1441,9 +1443,9 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1441
1443
|
@winrt_mixinmethod
|
|
1442
1444
|
def RequestCommitAsync(self: win32more.Microsoft.UI.Composition.ICompositor5) -> win32more.Windows.Foundation.IAsyncAction: ...
|
|
1443
1445
|
@winrt_mixinmethod
|
|
1444
|
-
def
|
|
1446
|
+
def CreateLinearEasingFunction(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.LinearEasingFunction: ...
|
|
1445
1447
|
@winrt_mixinmethod
|
|
1446
|
-
def
|
|
1448
|
+
def CreateSpringVector3Animation(self: win32more.Microsoft.UI.Composition.ICompositor4) -> win32more.Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation: ...
|
|
1447
1449
|
@winrt_mixinmethod
|
|
1448
1450
|
def CreateRedirectVisual(self: win32more.Microsoft.UI.Composition.ICompositor6) -> win32more.Microsoft.UI.Composition.RedirectVisual: ...
|
|
1449
1451
|
@winrt_mixinmethod
|
|
@@ -1475,9 +1477,7 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1475
1477
|
@winrt_mixinmethod
|
|
1476
1478
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
1477
1479
|
@winrt_mixinmethod
|
|
1478
|
-
def
|
|
1479
|
-
@winrt_mixinmethod
|
|
1480
|
-
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5, value: hstr) -> Void: ...
|
|
1480
|
+
def get_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5) -> hstr: ...
|
|
1481
1481
|
@winrt_mixinmethod
|
|
1482
1482
|
def CreateColorBrush(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.CompositionColorBrush: ...
|
|
1483
1483
|
@winrt_mixinmethod
|
|
@@ -1499,7 +1499,7 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1499
1499
|
@winrt_mixinmethod
|
|
1500
1500
|
def CreateInsetClipWithInsets(self: win32more.Microsoft.UI.Composition.ICompositor, leftInset: Single, topInset: Single, rightInset: Single, bottomInset: Single) -> win32more.Microsoft.UI.Composition.InsetClip: ...
|
|
1501
1501
|
@winrt_mixinmethod
|
|
1502
|
-
def
|
|
1502
|
+
def CreateGeometricClipWithGeometry(self: win32more.Microsoft.UI.Composition.ICompositor6, geometry: win32more.Microsoft.UI.Composition.CompositionGeometry) -> win32more.Microsoft.UI.Composition.CompositionGeometricClip: ...
|
|
1503
1503
|
@winrt_mixinmethod
|
|
1504
1504
|
def CreatePropertySet(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.CompositionPropertySet: ...
|
|
1505
1505
|
@winrt_mixinmethod
|
|
@@ -1589,7 +1589,11 @@ class DistantLight(ComPtr):
|
|
|
1589
1589
|
default_interface: win32more.Microsoft.UI.Composition.IDistantLight
|
|
1590
1590
|
_classid_ = 'Microsoft.UI.Composition.DistantLight'
|
|
1591
1591
|
@winrt_mixinmethod
|
|
1592
|
-
def
|
|
1592
|
+
def get_Intensity(self: win32more.Microsoft.UI.Composition.IDistantLight2) -> Single: ...
|
|
1593
|
+
@winrt_mixinmethod
|
|
1594
|
+
def put_Intensity(self: win32more.Microsoft.UI.Composition.IDistantLight2, value: Single) -> Void: ...
|
|
1595
|
+
@winrt_mixinmethod
|
|
1596
|
+
def put_Color(self: win32more.Microsoft.UI.Composition.IDistantLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
1593
1597
|
@winrt_mixinmethod
|
|
1594
1598
|
def get_CoordinateSpace(self: win32more.Microsoft.UI.Composition.IDistantLight) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
1595
1599
|
@winrt_mixinmethod
|
|
@@ -1599,11 +1603,7 @@ class DistantLight(ComPtr):
|
|
|
1599
1603
|
@winrt_mixinmethod
|
|
1600
1604
|
def put_Direction(self: win32more.Microsoft.UI.Composition.IDistantLight, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
1601
1605
|
@winrt_mixinmethod
|
|
1602
|
-
def
|
|
1603
|
-
@winrt_mixinmethod
|
|
1604
|
-
def put_Intensity(self: win32more.Microsoft.UI.Composition.IDistantLight2, value: Single) -> Void: ...
|
|
1605
|
-
@winrt_mixinmethod
|
|
1606
|
-
def put_Color(self: win32more.Microsoft.UI.Composition.IDistantLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
1606
|
+
def get_Color(self: win32more.Microsoft.UI.Composition.IDistantLight) -> win32more.Windows.UI.Color: ...
|
|
1607
1607
|
Color = property(get_Color, put_Color)
|
|
1608
1608
|
CoordinateSpace = property(get_CoordinateSpace, put_CoordinateSpace)
|
|
1609
1609
|
Direction = property(get_Direction, put_Direction)
|
|
@@ -1613,10 +1613,12 @@ class DropShadow(ComPtr):
|
|
|
1613
1613
|
default_interface: win32more.Microsoft.UI.Composition.IDropShadow
|
|
1614
1614
|
_classid_ = 'Microsoft.UI.Composition.DropShadow'
|
|
1615
1615
|
@winrt_mixinmethod
|
|
1616
|
-
def get_BlurRadius(self: win32more.Microsoft.UI.Composition.IDropShadow) -> Single: ...
|
|
1617
|
-
@winrt_mixinmethod
|
|
1618
1616
|
def put_BlurRadius(self: win32more.Microsoft.UI.Composition.IDropShadow, value: Single) -> Void: ...
|
|
1619
1617
|
@winrt_mixinmethod
|
|
1618
|
+
def get_Offset(self: win32more.Microsoft.UI.Composition.IDropShadow) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
1619
|
+
@winrt_mixinmethod
|
|
1620
|
+
def put_SourcePolicy(self: win32more.Microsoft.UI.Composition.IDropShadow2, value: win32more.Microsoft.UI.Composition.CompositionDropShadowSourcePolicy) -> Void: ...
|
|
1621
|
+
@winrt_mixinmethod
|
|
1620
1622
|
def get_Color(self: win32more.Microsoft.UI.Composition.IDropShadow) -> win32more.Windows.UI.Color: ...
|
|
1621
1623
|
@winrt_mixinmethod
|
|
1622
1624
|
def put_Color(self: win32more.Microsoft.UI.Composition.IDropShadow, value: win32more.Windows.UI.Color) -> Void: ...
|
|
@@ -1625,7 +1627,7 @@ class DropShadow(ComPtr):
|
|
|
1625
1627
|
@winrt_mixinmethod
|
|
1626
1628
|
def put_Mask(self: win32more.Microsoft.UI.Composition.IDropShadow, value: win32more.Microsoft.UI.Composition.CompositionBrush) -> Void: ...
|
|
1627
1629
|
@winrt_mixinmethod
|
|
1628
|
-
def
|
|
1630
|
+
def get_BlurRadius(self: win32more.Microsoft.UI.Composition.IDropShadow) -> Single: ...
|
|
1629
1631
|
@winrt_mixinmethod
|
|
1630
1632
|
def put_Offset(self: win32more.Microsoft.UI.Composition.IDropShadow, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
1631
1633
|
@winrt_mixinmethod
|
|
@@ -1634,8 +1636,6 @@ class DropShadow(ComPtr):
|
|
|
1634
1636
|
def put_Opacity(self: win32more.Microsoft.UI.Composition.IDropShadow, value: Single) -> Void: ...
|
|
1635
1637
|
@winrt_mixinmethod
|
|
1636
1638
|
def get_SourcePolicy(self: win32more.Microsoft.UI.Composition.IDropShadow2) -> win32more.Microsoft.UI.Composition.CompositionDropShadowSourcePolicy: ...
|
|
1637
|
-
@winrt_mixinmethod
|
|
1638
|
-
def put_SourcePolicy(self: win32more.Microsoft.UI.Composition.IDropShadow2, value: win32more.Microsoft.UI.Composition.CompositionDropShadowSourcePolicy) -> Void: ...
|
|
1639
1639
|
BlurRadius = property(get_BlurRadius, put_BlurRadius)
|
|
1640
1640
|
Color = property(get_Color, put_Color)
|
|
1641
1641
|
Mask = property(get_Mask, put_Mask)
|
|
@@ -1649,9 +1649,9 @@ class ElasticEasingFunction(ComPtr):
|
|
|
1649
1649
|
@winrt_mixinmethod
|
|
1650
1650
|
def get_Oscillations(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> Int32: ...
|
|
1651
1651
|
@winrt_mixinmethod
|
|
1652
|
-
def get_Mode(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> win32more.Microsoft.UI.Composition.CompositionEasingFunctionMode: ...
|
|
1653
|
-
@winrt_mixinmethod
|
|
1654
1652
|
def get_Springiness(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> Single: ...
|
|
1653
|
+
@winrt_mixinmethod
|
|
1654
|
+
def get_Mode(self: win32more.Microsoft.UI.Composition.IElasticEasingFunction) -> win32more.Microsoft.UI.Composition.CompositionEasingFunctionMode: ...
|
|
1655
1655
|
Mode = property(get_Mode, None)
|
|
1656
1656
|
Oscillations = property(get_Oscillations, None)
|
|
1657
1657
|
Springiness = property(get_Springiness, None)
|
|
@@ -4081,8 +4081,14 @@ class ImplicitAnimationCollection(ComPtr):
|
|
|
4081
4081
|
default_interface: win32more.Microsoft.UI.Composition.IImplicitAnimationCollection
|
|
4082
4082
|
_classid_ = 'Microsoft.UI.Composition.ImplicitAnimationCollection'
|
|
4083
4083
|
@winrt_mixinmethod
|
|
4084
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]: ...
|
|
4085
|
+
@winrt_mixinmethod
|
|
4086
|
+
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> win32more.Microsoft.UI.Composition.ICompositionAnimationBase: ...
|
|
4087
|
+
@winrt_mixinmethod
|
|
4084
4088
|
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> UInt32: ...
|
|
4085
4089
|
@winrt_mixinmethod
|
|
4090
|
+
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Boolean: ...
|
|
4091
|
+
@winrt_mixinmethod
|
|
4086
4092
|
def GetView(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]: ...
|
|
4087
4093
|
@winrt_mixinmethod
|
|
4088
4094
|
def Insert(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr, value: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Boolean: ...
|
|
@@ -4090,12 +4096,6 @@ class ImplicitAnimationCollection(ComPtr):
|
|
|
4090
4096
|
def Remove(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Void: ...
|
|
4091
4097
|
@winrt_mixinmethod
|
|
4092
4098
|
def Clear(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> Void: ...
|
|
4093
|
-
@winrt_mixinmethod
|
|
4094
|
-
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Boolean: ...
|
|
4095
|
-
@winrt_mixinmethod
|
|
4096
|
-
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]: ...
|
|
4097
|
-
@winrt_mixinmethod
|
|
4098
|
-
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> win32more.Microsoft.UI.Composition.ICompositionAnimationBase: ...
|
|
4099
4099
|
Size = property(get_Size, None)
|
|
4100
4100
|
class InitialValueExpressionCollection(ComPtr):
|
|
4101
4101
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
@@ -4103,12 +4103,10 @@ class InitialValueExpressionCollection(ComPtr):
|
|
|
4103
4103
|
default_interface: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]
|
|
4104
4104
|
_classid_ = 'Microsoft.UI.Composition.InitialValueExpressionCollection'
|
|
4105
4105
|
@winrt_mixinmethod
|
|
4106
|
-
def
|
|
4106
|
+
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> UInt32: ...
|
|
4107
4107
|
@winrt_mixinmethod
|
|
4108
4108
|
def Insert(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr, value: hstr) -> Boolean: ...
|
|
4109
4109
|
@winrt_mixinmethod
|
|
4110
|
-
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> UInt32: ...
|
|
4111
|
-
@winrt_mixinmethod
|
|
4112
4110
|
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> Boolean: ...
|
|
4113
4111
|
@winrt_mixinmethod
|
|
4114
4112
|
def GetView(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
@@ -4118,27 +4116,29 @@ class InitialValueExpressionCollection(ComPtr):
|
|
|
4118
4116
|
def Remove(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> Void: ...
|
|
4119
4117
|
@winrt_mixinmethod
|
|
4120
4118
|
def Clear(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> Void: ...
|
|
4119
|
+
@winrt_mixinmethod
|
|
4120
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, hstr]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, hstr]]: ...
|
|
4121
4121
|
Size = property(get_Size, None)
|
|
4122
4122
|
class InsetClip(ComPtr):
|
|
4123
4123
|
extends: win32more.Microsoft.UI.Composition.CompositionClip
|
|
4124
4124
|
default_interface: win32more.Microsoft.UI.Composition.IInsetClip
|
|
4125
4125
|
_classid_ = 'Microsoft.UI.Composition.InsetClip'
|
|
4126
4126
|
@winrt_mixinmethod
|
|
4127
|
-
def get_BottomInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4128
|
-
@winrt_mixinmethod
|
|
4129
|
-
def put_RightInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4130
|
-
@winrt_mixinmethod
|
|
4131
|
-
def get_TopInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4132
|
-
@winrt_mixinmethod
|
|
4133
4127
|
def put_TopInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4134
4128
|
@winrt_mixinmethod
|
|
4135
|
-
def
|
|
4129
|
+
def get_BottomInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4136
4130
|
@winrt_mixinmethod
|
|
4137
4131
|
def get_LeftInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4138
4132
|
@winrt_mixinmethod
|
|
4139
4133
|
def put_LeftInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4140
4134
|
@winrt_mixinmethod
|
|
4141
4135
|
def get_RightInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4136
|
+
@winrt_mixinmethod
|
|
4137
|
+
def put_RightInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4138
|
+
@winrt_mixinmethod
|
|
4139
|
+
def get_TopInset(self: win32more.Microsoft.UI.Composition.IInsetClip) -> Single: ...
|
|
4140
|
+
@winrt_mixinmethod
|
|
4141
|
+
def put_BottomInset(self: win32more.Microsoft.UI.Composition.IInsetClip, value: Single) -> Void: ...
|
|
4142
4142
|
BottomInset = property(get_BottomInset, put_BottomInset)
|
|
4143
4143
|
LeftInset = property(get_LeftInset, put_LeftInset)
|
|
4144
4144
|
RightInset = property(get_RightInset, put_RightInset)
|
|
@@ -4194,13 +4194,13 @@ class LayerVisual(ComPtr):
|
|
|
4194
4194
|
default_interface: win32more.Microsoft.UI.Composition.ILayerVisual
|
|
4195
4195
|
_classid_ = 'Microsoft.UI.Composition.LayerVisual'
|
|
4196
4196
|
@winrt_mixinmethod
|
|
4197
|
-
def put_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4198
|
-
@winrt_mixinmethod
|
|
4199
4197
|
def get_Effect(self: win32more.Microsoft.UI.Composition.ILayerVisual) -> win32more.Microsoft.UI.Composition.CompositionEffectBrush: ...
|
|
4200
4198
|
@winrt_mixinmethod
|
|
4201
|
-
def get_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4202
|
-
@winrt_mixinmethod
|
|
4203
4199
|
def put_Effect(self: win32more.Microsoft.UI.Composition.ILayerVisual, value: win32more.Microsoft.UI.Composition.CompositionEffectBrush) -> Void: ...
|
|
4200
|
+
@winrt_mixinmethod
|
|
4201
|
+
def put_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4202
|
+
@winrt_mixinmethod
|
|
4203
|
+
def get_Shadow(self: win32more.Microsoft.UI.Composition.ILayerVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4204
4204
|
Effect = property(get_Effect, put_Effect)
|
|
4205
4205
|
Shadow = property(get_Shadow, put_Shadow)
|
|
4206
4206
|
class LinearEasingFunction(ComPtr):
|
|
@@ -4231,49 +4231,49 @@ class PathKeyFrameAnimation(ComPtr):
|
|
|
4231
4231
|
default_interface: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation
|
|
4232
4232
|
_classid_ = 'Microsoft.UI.Composition.PathKeyFrameAnimation'
|
|
4233
4233
|
@winrt_mixinmethod
|
|
4234
|
-
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation, normalizedProgressKey: Single, path: win32more.Microsoft.UI.Composition.CompositionPath) -> Void: ...
|
|
4235
|
-
@winrt_mixinmethod
|
|
4236
4234
|
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation, normalizedProgressKey: Single, path: win32more.Microsoft.UI.Composition.CompositionPath, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4235
|
+
@winrt_mixinmethod
|
|
4236
|
+
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IPathKeyFrameAnimation, normalizedProgressKey: Single, path: win32more.Microsoft.UI.Composition.CompositionPath) -> Void: ...
|
|
4237
4237
|
class PointLight(ComPtr):
|
|
4238
4238
|
extends: win32more.Microsoft.UI.Composition.CompositionLight
|
|
4239
4239
|
default_interface: win32more.Microsoft.UI.Composition.IPointLight
|
|
4240
4240
|
_classid_ = 'Microsoft.UI.Composition.PointLight'
|
|
4241
4241
|
@winrt_mixinmethod
|
|
4242
|
-
def
|
|
4242
|
+
def put_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight, value: Single) -> Void: ...
|
|
4243
4243
|
@winrt_mixinmethod
|
|
4244
|
-
def
|
|
4244
|
+
def get_LinearAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight) -> Single: ...
|
|
4245
4245
|
@winrt_mixinmethod
|
|
4246
|
-
def
|
|
4246
|
+
def put_LinearAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight, value: Single) -> Void: ...
|
|
4247
4247
|
@winrt_mixinmethod
|
|
4248
|
-
def
|
|
4248
|
+
def get_Offset(self: win32more.Microsoft.UI.Composition.IPointLight) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4249
4249
|
@winrt_mixinmethod
|
|
4250
|
-
def
|
|
4250
|
+
def put_Offset(self: win32more.Microsoft.UI.Composition.IPointLight, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4251
4251
|
@winrt_mixinmethod
|
|
4252
|
-
def
|
|
4252
|
+
def get_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight) -> Single: ...
|
|
4253
4253
|
@winrt_mixinmethod
|
|
4254
|
-
def
|
|
4254
|
+
def get_Color(self: win32more.Microsoft.UI.Composition.IPointLight) -> win32more.Windows.UI.Color: ...
|
|
4255
4255
|
@winrt_mixinmethod
|
|
4256
|
-
def
|
|
4256
|
+
def put_CoordinateSpace(self: win32more.Microsoft.UI.Composition.IPointLight, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4257
4257
|
@winrt_mixinmethod
|
|
4258
4258
|
def put_Intensity(self: win32more.Microsoft.UI.Composition.IPointLight2, value: Single) -> Void: ...
|
|
4259
4259
|
@winrt_mixinmethod
|
|
4260
|
-
def
|
|
4260
|
+
def get_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3) -> Single: ...
|
|
4261
4261
|
@winrt_mixinmethod
|
|
4262
|
-
def
|
|
4262
|
+
def put_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3, value: Single) -> Void: ...
|
|
4263
4263
|
@winrt_mixinmethod
|
|
4264
|
-
def
|
|
4264
|
+
def get_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3) -> Single: ...
|
|
4265
4265
|
@winrt_mixinmethod
|
|
4266
|
-
def
|
|
4266
|
+
def put_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.IPointLight3, value: Single) -> Void: ...
|
|
4267
4267
|
@winrt_mixinmethod
|
|
4268
4268
|
def get_Intensity(self: win32more.Microsoft.UI.Composition.IPointLight2) -> Single: ...
|
|
4269
4269
|
@winrt_mixinmethod
|
|
4270
|
-
def
|
|
4270
|
+
def put_Color(self: win32more.Microsoft.UI.Composition.IPointLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
4271
4271
|
@winrt_mixinmethod
|
|
4272
|
-
def
|
|
4272
|
+
def get_ConstantAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight) -> Single: ...
|
|
4273
4273
|
@winrt_mixinmethod
|
|
4274
|
-
def
|
|
4274
|
+
def put_ConstantAttenuation(self: win32more.Microsoft.UI.Composition.IPointLight, value: Single) -> Void: ...
|
|
4275
4275
|
@winrt_mixinmethod
|
|
4276
|
-
def
|
|
4276
|
+
def get_CoordinateSpace(self: win32more.Microsoft.UI.Composition.IPointLight) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
4277
4277
|
Color = property(get_Color, put_Color)
|
|
4278
4278
|
ConstantAttenuation = property(get_ConstantAttenuation, put_ConstantAttenuation)
|
|
4279
4279
|
CoordinateSpace = property(get_CoordinateSpace, put_CoordinateSpace)
|
|
@@ -4306,25 +4306,17 @@ class RectangleClip(ComPtr):
|
|
|
4306
4306
|
default_interface: win32more.Microsoft.UI.Composition.IRectangleClip
|
|
4307
4307
|
_classid_ = 'Microsoft.UI.Composition.RectangleClip'
|
|
4308
4308
|
@winrt_mixinmethod
|
|
4309
|
-
def put_Bottom(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4310
|
-
@winrt_mixinmethod
|
|
4311
|
-
def put_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4312
|
-
@winrt_mixinmethod
|
|
4313
|
-
def get_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4314
|
-
@winrt_mixinmethod
|
|
4315
4309
|
def get_Bottom(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4316
4310
|
@winrt_mixinmethod
|
|
4317
4311
|
def get_Top(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4318
4312
|
@winrt_mixinmethod
|
|
4319
4313
|
def put_Top(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4320
4314
|
@winrt_mixinmethod
|
|
4321
|
-
def get_TopLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4322
|
-
@winrt_mixinmethod
|
|
4323
4315
|
def put_TopLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4324
4316
|
@winrt_mixinmethod
|
|
4325
|
-
def
|
|
4317
|
+
def put_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4326
4318
|
@winrt_mixinmethod
|
|
4327
|
-
def
|
|
4319
|
+
def put_Bottom(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4328
4320
|
@winrt_mixinmethod
|
|
4329
4321
|
def get_BottomLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4330
4322
|
@winrt_mixinmethod
|
|
@@ -4337,6 +4329,14 @@ class RectangleClip(ComPtr):
|
|
|
4337
4329
|
def get_Left(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4338
4330
|
@winrt_mixinmethod
|
|
4339
4331
|
def put_Left(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: Single) -> Void: ...
|
|
4332
|
+
@winrt_mixinmethod
|
|
4333
|
+
def get_Right(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> Single: ...
|
|
4334
|
+
@winrt_mixinmethod
|
|
4335
|
+
def get_TopLeftRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4336
|
+
@winrt_mixinmethod
|
|
4337
|
+
def get_TopRightRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4338
|
+
@winrt_mixinmethod
|
|
4339
|
+
def put_TopRightRadius(self: win32more.Microsoft.UI.Composition.IRectangleClip, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4340
4340
|
Bottom = property(get_Bottom, put_Bottom)
|
|
4341
4341
|
BottomLeftRadius = property(get_BottomLeftRadius, put_BottomLeftRadius)
|
|
4342
4342
|
BottomRightRadius = property(get_BottomRightRadius, put_BottomRightRadius)
|
|
@@ -4395,9 +4395,9 @@ class ShapeVisual(ComPtr):
|
|
|
4395
4395
|
@winrt_mixinmethod
|
|
4396
4396
|
def put_ViewBox(self: win32more.Microsoft.UI.Composition.IShapeVisual, value: win32more.Microsoft.UI.Composition.CompositionViewBox) -> Void: ...
|
|
4397
4397
|
@winrt_mixinmethod
|
|
4398
|
-
def get_Shapes(self: win32more.Microsoft.UI.Composition.IShapeVisual) -> win32more.Microsoft.UI.Composition.CompositionShapeCollection: ...
|
|
4399
|
-
@winrt_mixinmethod
|
|
4400
4398
|
def get_ViewBox(self: win32more.Microsoft.UI.Composition.IShapeVisual) -> win32more.Microsoft.UI.Composition.CompositionViewBox: ...
|
|
4399
|
+
@winrt_mixinmethod
|
|
4400
|
+
def get_Shapes(self: win32more.Microsoft.UI.Composition.IShapeVisual) -> win32more.Microsoft.UI.Composition.CompositionShapeCollection: ...
|
|
4401
4401
|
Shapes = property(get_Shapes, None)
|
|
4402
4402
|
ViewBox = property(get_ViewBox, put_ViewBox)
|
|
4403
4403
|
class SineEasingFunction(ComPtr):
|
|
@@ -4412,30 +4412,18 @@ class SpotLight(ComPtr):
|
|
|
4412
4412
|
default_interface: win32more.Microsoft.UI.Composition.ISpotLight
|
|
4413
4413
|
_classid_ = 'Microsoft.UI.Composition.SpotLight'
|
|
4414
4414
|
@winrt_mixinmethod
|
|
4415
|
-
def put_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4416
|
-
@winrt_mixinmethod
|
|
4417
|
-
def put_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4418
|
-
@winrt_mixinmethod
|
|
4419
|
-
def put_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4420
|
-
@winrt_mixinmethod
|
|
4421
|
-
def get_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3) -> Single: ...
|
|
4422
|
-
@winrt_mixinmethod
|
|
4423
|
-
def put_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4424
|
-
@winrt_mixinmethod
|
|
4425
|
-
def put_CoordinateSpace(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4426
|
-
@winrt_mixinmethod
|
|
4427
|
-
def get_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4428
|
-
@winrt_mixinmethod
|
|
4429
|
-
def get_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4430
|
-
@winrt_mixinmethod
|
|
4431
4415
|
def get_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3) -> Single: ...
|
|
4432
4416
|
@winrt_mixinmethod
|
|
4433
|
-
def
|
|
4417
|
+
def put_OuterConeColor(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
4418
|
+
@winrt_mixinmethod
|
|
4419
|
+
def put_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.ISpotLight, value: Single) -> Void: ...
|
|
4434
4420
|
@winrt_mixinmethod
|
|
4435
4421
|
def put_ConstantAttenuation(self: win32more.Microsoft.UI.Composition.ISpotLight, value: Single) -> Void: ...
|
|
4436
4422
|
@winrt_mixinmethod
|
|
4437
4423
|
def get_CoordinateSpace(self: win32more.Microsoft.UI.Composition.ISpotLight) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
4438
4424
|
@winrt_mixinmethod
|
|
4425
|
+
def put_CoordinateSpace(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4426
|
+
@winrt_mixinmethod
|
|
4439
4427
|
def get_Direction(self: win32more.Microsoft.UI.Composition.ISpotLight) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4440
4428
|
@winrt_mixinmethod
|
|
4441
4429
|
def put_Direction(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
@@ -4470,11 +4458,23 @@ class SpotLight(ComPtr):
|
|
|
4470
4458
|
@winrt_mixinmethod
|
|
4471
4459
|
def get_OuterConeColor(self: win32more.Microsoft.UI.Composition.ISpotLight) -> win32more.Windows.UI.Color: ...
|
|
4472
4460
|
@winrt_mixinmethod
|
|
4473
|
-
def put_OuterConeColor(self: win32more.Microsoft.UI.Composition.ISpotLight, value: win32more.Windows.UI.Color) -> Void: ...
|
|
4474
|
-
@winrt_mixinmethod
|
|
4475
4461
|
def get_QuadraticAttenuation(self: win32more.Microsoft.UI.Composition.ISpotLight) -> Single: ...
|
|
4476
4462
|
@winrt_mixinmethod
|
|
4477
|
-
def
|
|
4463
|
+
def get_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4464
|
+
@winrt_mixinmethod
|
|
4465
|
+
def put_InnerConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4466
|
+
@winrt_mixinmethod
|
|
4467
|
+
def get_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2) -> Single: ...
|
|
4468
|
+
@winrt_mixinmethod
|
|
4469
|
+
def put_OuterConeIntensity(self: win32more.Microsoft.UI.Composition.ISpotLight2, value: Single) -> Void: ...
|
|
4470
|
+
@winrt_mixinmethod
|
|
4471
|
+
def get_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3) -> Single: ...
|
|
4472
|
+
@winrt_mixinmethod
|
|
4473
|
+
def put_MinAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4474
|
+
@winrt_mixinmethod
|
|
4475
|
+
def put_InnerConeAngle(self: win32more.Microsoft.UI.Composition.ISpotLight, value: Single) -> Void: ...
|
|
4476
|
+
@winrt_mixinmethod
|
|
4477
|
+
def put_MaxAttenuationCutoff(self: win32more.Microsoft.UI.Composition.ISpotLight3, value: Single) -> Void: ...
|
|
4478
4478
|
ConstantAttenuation = property(get_ConstantAttenuation, put_ConstantAttenuation)
|
|
4479
4479
|
CoordinateSpace = property(get_CoordinateSpace, put_CoordinateSpace)
|
|
4480
4480
|
Direction = property(get_Direction, put_Direction)
|
|
@@ -4496,11 +4496,11 @@ class SpringScalarNaturalMotionAnimation(ComPtr):
|
|
|
4496
4496
|
default_interface: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation
|
|
4497
4497
|
_classid_ = 'Microsoft.UI.Composition.SpringScalarNaturalMotionAnimation'
|
|
4498
4498
|
@winrt_mixinmethod
|
|
4499
|
-
def
|
|
4499
|
+
def get_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation) -> Single: ...
|
|
4500
4500
|
@winrt_mixinmethod
|
|
4501
4501
|
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4502
4502
|
@winrt_mixinmethod
|
|
4503
|
-
def
|
|
4503
|
+
def put_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation, value: Single) -> Void: ...
|
|
4504
4504
|
@winrt_mixinmethod
|
|
4505
4505
|
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringScalarNaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4506
4506
|
DampingRatio = property(get_DampingRatio, put_DampingRatio)
|
|
@@ -4510,13 +4510,13 @@ class SpringVector2NaturalMotionAnimation(ComPtr):
|
|
|
4510
4510
|
default_interface: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation
|
|
4511
4511
|
_classid_ = 'Microsoft.UI.Composition.SpringVector2NaturalMotionAnimation'
|
|
4512
4512
|
@winrt_mixinmethod
|
|
4513
|
-
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4514
|
-
@winrt_mixinmethod
|
|
4515
4513
|
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4516
4514
|
@winrt_mixinmethod
|
|
4517
4515
|
def get_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation) -> Single: ...
|
|
4518
4516
|
@winrt_mixinmethod
|
|
4519
4517
|
def put_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation, value: Single) -> Void: ...
|
|
4518
|
+
@winrt_mixinmethod
|
|
4519
|
+
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringVector2NaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4520
4520
|
DampingRatio = property(get_DampingRatio, put_DampingRatio)
|
|
4521
4521
|
Period = property(get_Period, put_Period)
|
|
4522
4522
|
class SpringVector3NaturalMotionAnimation(ComPtr):
|
|
@@ -4524,13 +4524,13 @@ class SpringVector3NaturalMotionAnimation(ComPtr):
|
|
|
4524
4524
|
default_interface: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation
|
|
4525
4525
|
_classid_ = 'Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation'
|
|
4526
4526
|
@winrt_mixinmethod
|
|
4527
|
-
def
|
|
4528
|
-
@winrt_mixinmethod
|
|
4529
|
-
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4527
|
+
def put_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation, value: Single) -> Void: ...
|
|
4530
4528
|
@winrt_mixinmethod
|
|
4531
4529
|
def get_DampingRatio(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation) -> Single: ...
|
|
4532
4530
|
@winrt_mixinmethod
|
|
4533
|
-
def
|
|
4531
|
+
def put_Period(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation, value: win32more.Windows.Foundation.TimeSpan) -> Void: ...
|
|
4532
|
+
@winrt_mixinmethod
|
|
4533
|
+
def get_Period(self: win32more.Microsoft.UI.Composition.ISpringVector3NaturalMotionAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4534
4534
|
DampingRatio = property(get_DampingRatio, put_DampingRatio)
|
|
4535
4535
|
Period = property(get_Period, put_Period)
|
|
4536
4536
|
class SpriteVisual(ComPtr):
|
|
@@ -4538,13 +4538,13 @@ class SpriteVisual(ComPtr):
|
|
|
4538
4538
|
default_interface: win32more.Microsoft.UI.Composition.ISpriteVisual
|
|
4539
4539
|
_classid_ = 'Microsoft.UI.Composition.SpriteVisual'
|
|
4540
4540
|
@winrt_mixinmethod
|
|
4541
|
-
def put_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4542
|
-
@winrt_mixinmethod
|
|
4543
|
-
def get_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4544
|
-
@winrt_mixinmethod
|
|
4545
4541
|
def get_Brush(self: win32more.Microsoft.UI.Composition.ISpriteVisual) -> win32more.Microsoft.UI.Composition.CompositionBrush: ...
|
|
4546
4542
|
@winrt_mixinmethod
|
|
4543
|
+
def put_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2, value: win32more.Microsoft.UI.Composition.CompositionShadow) -> Void: ...
|
|
4544
|
+
@winrt_mixinmethod
|
|
4547
4545
|
def put_Brush(self: win32more.Microsoft.UI.Composition.ISpriteVisual, value: win32more.Microsoft.UI.Composition.CompositionBrush) -> Void: ...
|
|
4546
|
+
@winrt_mixinmethod
|
|
4547
|
+
def get_Shadow(self: win32more.Microsoft.UI.Composition.ISpriteVisual2) -> win32more.Microsoft.UI.Composition.CompositionShadow: ...
|
|
4548
4548
|
Brush = property(get_Brush, put_Brush)
|
|
4549
4549
|
Shadow = property(get_Shadow, put_Shadow)
|
|
4550
4550
|
class StepEasingFunction(ComPtr):
|
|
@@ -4552,11 +4552,13 @@ class StepEasingFunction(ComPtr):
|
|
|
4552
4552
|
default_interface: win32more.Microsoft.UI.Composition.IStepEasingFunction
|
|
4553
4553
|
_classid_ = 'Microsoft.UI.Composition.StepEasingFunction'
|
|
4554
4554
|
@winrt_mixinmethod
|
|
4555
|
-
def
|
|
4555
|
+
def put_StepCount(self: win32more.Microsoft.UI.Composition.IStepEasingFunction, value: Int32) -> Void: ...
|
|
4556
|
+
@winrt_mixinmethod
|
|
4557
|
+
def get_IsInitialStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Boolean: ...
|
|
4556
4558
|
@winrt_mixinmethod
|
|
4557
4559
|
def put_IsInitialStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction, value: Boolean) -> Void: ...
|
|
4558
4560
|
@winrt_mixinmethod
|
|
4559
|
-
def
|
|
4561
|
+
def get_StepCount(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Int32: ...
|
|
4560
4562
|
@winrt_mixinmethod
|
|
4561
4563
|
def get_InitialStep(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Int32: ...
|
|
4562
4564
|
@winrt_mixinmethod
|
|
@@ -4569,8 +4571,6 @@ class StepEasingFunction(ComPtr):
|
|
|
4569
4571
|
def get_IsFinalStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Boolean: ...
|
|
4570
4572
|
@winrt_mixinmethod
|
|
4571
4573
|
def put_IsFinalStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction, value: Boolean) -> Void: ...
|
|
4572
|
-
@winrt_mixinmethod
|
|
4573
|
-
def get_IsInitialStepSingleFrame(self: win32more.Microsoft.UI.Composition.IStepEasingFunction) -> Boolean: ...
|
|
4574
4574
|
FinalStep = property(get_FinalStep, put_FinalStep)
|
|
4575
4575
|
InitialStep = property(get_InitialStep, put_InitialStep)
|
|
4576
4576
|
IsFinalStepSingleFrame = property(get_IsFinalStepSingleFrame, put_IsFinalStepSingleFrame)
|
|
@@ -4608,9 +4608,9 @@ class Vector3KeyFrameAnimation(ComPtr):
|
|
|
4608
4608
|
default_interface: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation
|
|
4609
4609
|
_classid_ = 'Microsoft.UI.Composition.Vector3KeyFrameAnimation'
|
|
4610
4610
|
@winrt_mixinmethod
|
|
4611
|
-
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4612
|
-
@winrt_mixinmethod
|
|
4613
4611
|
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector3, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4612
|
+
@winrt_mixinmethod
|
|
4613
|
+
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IVector3KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4614
4614
|
class Vector3NaturalMotionAnimation(ComPtr):
|
|
4615
4615
|
extends: win32more.Microsoft.UI.Composition.NaturalMotionAnimation
|
|
4616
4616
|
default_interface: win32more.Microsoft.UI.Composition.IVector3NaturalMotionAnimation
|
|
@@ -4635,30 +4635,30 @@ class Vector4KeyFrameAnimation(ComPtr):
|
|
|
4635
4635
|
default_interface: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation
|
|
4636
4636
|
_classid_ = 'Microsoft.UI.Composition.Vector4KeyFrameAnimation'
|
|
4637
4637
|
@winrt_mixinmethod
|
|
4638
|
-
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector4, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4639
|
-
@winrt_mixinmethod
|
|
4640
4638
|
def InsertKeyFrame(self: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector4) -> Void: ...
|
|
4639
|
+
@winrt_mixinmethod
|
|
4640
|
+
def InsertKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IVector4KeyFrameAnimation, normalizedProgressKey: Single, value: win32more.Windows.Foundation.Numerics.Vector4, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4641
4641
|
class Visual(ComPtr):
|
|
4642
4642
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
4643
4643
|
default_interface: win32more.Microsoft.UI.Composition.IVisual
|
|
4644
4644
|
_classid_ = 'Microsoft.UI.Composition.Visual'
|
|
4645
4645
|
@winrt_mixinmethod
|
|
4646
|
-
def put_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4647
|
-
@winrt_mixinmethod
|
|
4648
4646
|
def put_IsPixelSnappingEnabled(self: win32more.Microsoft.UI.Composition.IVisual4, value: Boolean) -> Void: ...
|
|
4649
4647
|
@winrt_mixinmethod
|
|
4650
|
-
def get_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4651
|
-
@winrt_mixinmethod
|
|
4652
4648
|
def get_RelativeSizeAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
4653
4649
|
@winrt_mixinmethod
|
|
4654
|
-
def put_RelativeSizeAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4655
|
-
@winrt_mixinmethod
|
|
4656
4650
|
def get_IsHitTestVisible(self: win32more.Microsoft.UI.Composition.IVisual3) -> Boolean: ...
|
|
4657
4651
|
@winrt_mixinmethod
|
|
4658
4652
|
def put_IsHitTestVisible(self: win32more.Microsoft.UI.Composition.IVisual3, value: Boolean) -> Void: ...
|
|
4659
4653
|
@winrt_mixinmethod
|
|
4660
4654
|
def get_IsPixelSnappingEnabled(self: win32more.Microsoft.UI.Composition.IVisual4) -> Boolean: ...
|
|
4661
4655
|
@winrt_mixinmethod
|
|
4656
|
+
def put_IsVisible(self: win32more.Microsoft.UI.Composition.IVisual, value: Boolean) -> Void: ...
|
|
4657
|
+
@winrt_mixinmethod
|
|
4658
|
+
def put_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
4659
|
+
@winrt_mixinmethod
|
|
4660
|
+
def put_RelativeSizeAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
4661
|
+
@winrt_mixinmethod
|
|
4662
4662
|
def put_BackfaceVisibility(self: win32more.Microsoft.UI.Composition.IVisual, value: win32more.Microsoft.UI.Composition.CompositionBackfaceVisibility) -> Void: ...
|
|
4663
4663
|
@winrt_mixinmethod
|
|
4664
4664
|
def put_AnchorPoint(self: win32more.Microsoft.UI.Composition.IVisual, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
@@ -4685,8 +4685,6 @@ class Visual(ComPtr):
|
|
|
4685
4685
|
@winrt_mixinmethod
|
|
4686
4686
|
def get_IsVisible(self: win32more.Microsoft.UI.Composition.IVisual) -> Boolean: ...
|
|
4687
4687
|
@winrt_mixinmethod
|
|
4688
|
-
def put_IsVisible(self: win32more.Microsoft.UI.Composition.IVisual, value: Boolean) -> Void: ...
|
|
4689
|
-
@winrt_mixinmethod
|
|
4690
4688
|
def get_Offset(self: win32more.Microsoft.UI.Composition.IVisual) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4691
4689
|
@winrt_mixinmethod
|
|
4692
4690
|
def put_Offset(self: win32more.Microsoft.UI.Composition.IVisual, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
@@ -4728,6 +4726,8 @@ class Visual(ComPtr):
|
|
|
4728
4726
|
def get_ParentForTransform(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
4729
4727
|
@winrt_mixinmethod
|
|
4730
4728
|
def put_ParentForTransform(self: win32more.Microsoft.UI.Composition.IVisual2, value: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4729
|
+
@winrt_mixinmethod
|
|
4730
|
+
def get_RelativeOffsetAdjustment(self: win32more.Microsoft.UI.Composition.IVisual2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
4731
4731
|
AnchorPoint = property(get_AnchorPoint, put_AnchorPoint)
|
|
4732
4732
|
BackfaceVisibility = property(get_BackfaceVisibility, put_BackfaceVisibility)
|
|
4733
4733
|
BorderMode = property(get_BorderMode, put_BorderMode)
|
|
@@ -4756,7 +4756,7 @@ class VisualCollection(ComPtr):
|
|
|
4756
4756
|
default_interface: win32more.Microsoft.UI.Composition.IVisualCollection
|
|
4757
4757
|
_classid_ = 'Microsoft.UI.Composition.VisualCollection'
|
|
4758
4758
|
@winrt_mixinmethod
|
|
4759
|
-
def
|
|
4759
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Visual]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Composition.Visual]: ...
|
|
4760
4760
|
@winrt_mixinmethod
|
|
4761
4761
|
def InsertAbove(self: win32more.Microsoft.UI.Composition.IVisualCollection, newChild: win32more.Microsoft.UI.Composition.Visual, sibling: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4762
4762
|
@winrt_mixinmethod
|
|
@@ -4766,11 +4766,11 @@ class VisualCollection(ComPtr):
|
|
|
4766
4766
|
@winrt_mixinmethod
|
|
4767
4767
|
def InsertBelow(self: win32more.Microsoft.UI.Composition.IVisualCollection, newChild: win32more.Microsoft.UI.Composition.Visual, sibling: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4768
4768
|
@winrt_mixinmethod
|
|
4769
|
-
def
|
|
4769
|
+
def Remove(self: win32more.Microsoft.UI.Composition.IVisualCollection, child: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4770
4770
|
@winrt_mixinmethod
|
|
4771
4771
|
def RemoveAll(self: win32more.Microsoft.UI.Composition.IVisualCollection) -> Void: ...
|
|
4772
4772
|
@winrt_mixinmethod
|
|
4773
|
-
def
|
|
4773
|
+
def get_Count(self: win32more.Microsoft.UI.Composition.IVisualCollection) -> Int32: ...
|
|
4774
4774
|
Count = property(get_Count, None)
|
|
4775
4775
|
class VisualUnorderedCollection(ComPtr):
|
|
4776
4776
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
@@ -4778,7 +4778,7 @@ class VisualUnorderedCollection(ComPtr):
|
|
|
4778
4778
|
default_interface: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection
|
|
4779
4779
|
_classid_ = 'Microsoft.UI.Composition.VisualUnorderedCollection'
|
|
4780
4780
|
@winrt_mixinmethod
|
|
4781
|
-
def
|
|
4781
|
+
def get_Count(self: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection) -> Int32: ...
|
|
4782
4782
|
@winrt_mixinmethod
|
|
4783
4783
|
def Add(self: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection, newVisual: win32more.Microsoft.UI.Composition.Visual) -> Void: ...
|
|
4784
4784
|
@winrt_mixinmethod
|
|
@@ -4786,7 +4786,7 @@ class VisualUnorderedCollection(ComPtr):
|
|
|
4786
4786
|
@winrt_mixinmethod
|
|
4787
4787
|
def RemoveAll(self: win32more.Microsoft.UI.Composition.IVisualUnorderedCollection) -> Void: ...
|
|
4788
4788
|
@winrt_mixinmethod
|
|
4789
|
-
def
|
|
4789
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Visual]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Composition.Visual]: ...
|
|
4790
4790
|
Count = property(get_Count, None)
|
|
4791
4791
|
|
|
4792
4792
|
|