ControlBaseDeferredTop Property

Used to set the ControlBase.Top property in a deferred manned. The property will only be set the next time the UI is activated. Used for performance tuning

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public int DeferredTop { get; set; }

Property Value

Int32

See Also