Skip to main content
All docs
V26.1
  • ZoomTransitionSettings.SourceBounds Property

    Gets or sets initial bounds from which the ZoomTransition animation should zoom in or out to ZoomTransitionSettings.TargetBounds.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v26.1.dll

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

    Declaration

    public Rectangle SourceBounds { get; set; }

    Property Value

    Type Description
    Rectangle

    A Rectangle that specifies initial animation bounds.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to SourceBounds
    ZoomTransition
    .ActiveSettings .SourceBounds

    Remarks

    See this GitHub example for more information.

    See Also