Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.89 KB

itransformprovider2.md

File metadata and controls

27 lines (17 loc) · 1.89 KB
-api-id -api-type
T:Windows.UI.Xaml.Automation.Provider.ITransformProvider2
winrt interface

Windows.UI.Xaml.Automation.Provider.ITransformProvider2

-description

Extends the ITransformProvider interface to enable Microsoft UI Automation providers to expose API to support the viewport zooming functionality of a control.

-remarks

This pattern has guidelines and conventions that aren't fully documented here. For more info on what this pattern is for, see Transform Control Pattern.

Use the TransformPattern2Identifiers class if you want to reference the ITransformProvider2 pattern properties from control code when you call RaisePropertyChangedEvent.

-examples

-see-also

Transform Control Pattern, ITransformProvider, ITransformProvider2 (COM interface), Custom automation peers