Skip to main content

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.v23.2.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