C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / ResizeMode Enumeration

ResizeMode Enumeration
Determines the animation style when resizing.
Syntax
'Declaration
 
Public Enum ResizeMode 
   Inherits 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