Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public Rectangle TargetBounds { get; set; }

    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
    .ActiveSettings .TargetBounds

    Remarks

    See this GitHub example for more information.

    See Also