CODIUM Programming Language (CPL) CodiumSDK CPL MaskRepeat
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Mask Repeat
C# |
public enum MaskRepeat |
Constante | Descripción | |
---|---|---|
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
No_Repeat | The mask image is not repeated.The image will only be shown once | |
Repeat | The mask image is repeated both vertically and horizontally. The last image will be clipped if it does not fit. This is default | |
Repeat_X | The mask image is repeated only horizontally | |
Repeat_Y | The mask image is repeated only vertically | |
Round | The mask image is repeated and squished or stretched to fill the space (no gaps) | |
Space | The mask 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 |