Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GradientFillFormat Class
GradientFillFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.