Back to Devexpress

Transition.Control Property

windowsforms-devexpress-dot-utils-dot-animation-dot-transition.md

latest1.2 KB
Original Source

Transition.Control Property

Gets or sets the control whose navigation is animated by this Transition object.

Namespace : DevExpress.Utils.Animation

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
public Control Control { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Control As Control

Property Value

TypeDefaultDescription
Controlnull

The control whose navigation is animated by this Transition object.

|

See Also

Transition Class

Transition Members

DevExpress.Utils.Animation Namespace