Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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