ImageTileModes
Enum
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ImageTileModes
Fields
Fill element by image that repeats by X and Y.
C#
Flip = 0
Fill element by image that flips by X.
C#
FlipX = 1
Fill element by image that flips by X and Y.
C#
FlipXY = 3
Fill element by image that flips by Y.
C#
FlipY = 2