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.v24.2.dll
Declaration
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 |
|
Remarks
See this GitHub example for more information.
See Also