Click or drag to resize
LightboxExtenderLightBoxLoadDelay Property
Gets or sets the load delay time(in milliseconds). If you are using automatic resizing, this value indicates how long will be lightbox runtime wait for taking element size. If you have problem with displaying some content with lightbox, try use upper value.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public int LightBoxLoadDelay { get; set; }

Property Value

Type: Int32
See Also