CODIUM Programming Language (CPL) CodiumSDK CPL Repeat
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Repeat
C# |
public enum Repeat |
Constante | Descripción | |
---|---|---|
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
No_repeat | The background-image is not repeated. The image will only be shown once | |
Repeat | The background image is repeated both vertically and horizontally. The last image will be clipped if it does not fit. This is default | |
Repeat_X | The background image is repeated only horizontally | |
Repeat_Y | The background image is repeated only vertically | |
Round | The background-image is repeated and squished or stretched to fill the space (no gaps) | |
Space | The background-image is repeated as much as possible without clipping. The first and last image is pinned to either side of the element, and whitespace is distributed evenly between the images |