Click or drag to resize

PropertyImageRepeat Enumeration

Determines how an image is repeated.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public enum PropertyImageRepeat
Members
Member nameValueDescription
None0 Image is not repeated.
RepeatX1 Image repeats in x direction.
RepeatY2 Image repeats in y direction.
RepeatXY3 Image repeats in x and y directions.
See Also