ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / ResizeMode Enumeration

In This Topic
    ResizeMode Enumeration
    In This Topic
    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