Click or drag to resize

SizeTransitionDuration Property

The Duration property represents the total time in milliseconds for the transition to complete.

Default: 0

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public int Duration { get; set; }

Property Value

Type: Int32
The Duration property gets/sets the value of the underlying JObject field, "duration".
See Also