GrapeCity.Xaml.Excel
FlipMode Property


GrapeCity.Excel.Chart Namespace > GradientFillFormat Class : FlipMode Property
Specifies the direction in which to flip the gradient while tiling.
Syntax
'Declaration
 
Public Property FlipMode As TileFilpMode
'Usage
 
Dim instance As GradientFillFormat
Dim value As TileFilpMode
 
instance.FlipMode = value
 
value = instance.FlipMode
public TileFilpMode FlipMode {get; set;}
Remarks
Normally a gradient fill encompasses the entire bounding box of the shape which contains the fill. However, with the tileRect element, it's possible to difine a tile rectange which is smaller than the bounding box. In this situation, the gradient fill is encompassed withing the tile rectange and the tile rectange is tiles across the bounding box to fill the entire area.
See Also

Reference

GradientFillFormat Class
GradientFillFormat Members