LightBox for ASP.NET Web Forms
ResizeMode Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1LightBox Namespace : ResizeMode Enumeration
Determines the animation style when resizing.
Syntax
'Declaration
 
Public Enum ResizeMode 
   Inherits System.Enum
public enum ResizeMode : System.Enum 
Members
MemberDescription
HwResize the height in advance of width.
NoneNo animation.
SyncResize both the width and height at the same time.
WhResize the width in advance of height.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1LightBox.ResizeMode

See Also

Reference

C1.Web.Wijmo.Controls.C1LightBox Namespace