ZoomTransitionSettings.TargetBounds Property
Gets or sets the final bounds to which the ZoomTransition animation should arrive from its initial ZoomTransitionSettings.SourceBounds.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Rectangle | A Rectangle that specifies the final ZoomTransition animation bounds. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to TargetBounds |
|---|---|
| ZoomTransition |
|
Remarks
See this GitHub example for more information.
See Also