CODIUM Programming Language (CPL) CodiumSDK CPL Resize
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Resize
C# |
public enum Resize |
Constante | Descripción | |
---|---|---|
Both | The user can resize both the height and width of the element | |
Horizontal | The user can resize the width of the element | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
None | Default value. The user cannot resize the element | |
Vertical | The user can resize the height of the element |