CODIUM Programming Language (CPL) CodiumSDK CPL OverflowWrap
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Overflow Wrap
C# |
public enum OverflowWrap |
Constante | Descripción | |
---|---|---|
Anywhere | Long words will break if they overflow the container | |
Break_Word | Long words will break if they overflow the container | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Normal | Long words will not break, even if they overflow the container. This is default |