ScrollingZoomOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents options that can be set in zoom methods of the ScrollView
control.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ScrollingZoomOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ScrollingZoomOptions
Public Class ScrollingZoomOptions
- Inheritance
- Attributes
Remarks
ScrollingZoomOptions
is used to set options in overloads of the ScrollView.ZoomTo and ScrollView.ZoomBy methods.
Constructors
ScrollingZoomOptions(ScrollingAnimationMode, ScrollingSnapPointsMode) |
Initializes a new instance of the |
ScrollingZoomOptions(ScrollingAnimationMode) |
Initializes a new instance of the |
Properties
AnimationMode |
Gets or sets a value that indicates whether or not an animation is played for the zoom factor change. |
SnapPointsMode |
Gets or sets a value that indicates whether snap points are ignored or respected during the zoom factor change. |