'Declaration Public Enum ResizeMode Inherits System.Enum
public enum ResizeMode : System.Enum
'Declaration Public Enum ResizeMode Inherits System.Enum
public enum ResizeMode : System.Enum
Member | Description |
---|---|
Hw | Resize the height in advance of width. |
None | No animation. |
Sync | Resize both the width and height at the same time. |
Wh | Resize the width in advance of height. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.C1LightBox.ResizeMode