This enumeration is used by the various gradient brushes to determine how the pixels outside a brush's Rectangle are to be filled. public enum WrapMode { Tile = 0 , TileFlipX = 1 , TileFlipY = 2 , TileFlipXY = 3 , Clamp = 4 } Hierarchy System.Object Returned ByLinearGradientBrush.WrapMode , PathGradientBrush.WrapMode , System.Drawing.TextureBrush.WrapMode Passed ToLinearGradientBrush.WrapMode , PathGradientBrush.{PathGradientBrush() , WrapMode} , System.Drawing.Imaging.ImageAttributes.SetWrapMode() , System.Drawing.TextureBrush.{TextureBrush() , WrapMode} |