Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Mask Repeat
C#
public enum MaskRepeat
ConstanteDescripción
InheritInherits this property from its parent element.
InitialSets this property to its default value.
No_RepeatThe mask image is not repeated.The image will only be shown once
RepeatThe mask image is repeated both vertically and horizontally. The last image will be clipped if it does not fit. This is default
Repeat_XThe mask image is repeated only horizontally
Repeat_YThe mask image is repeated only vertically
RoundThe mask image is repeated and squished or stretched to fill the space (no gaps)
SpaceThe 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