Dundas Chart for Windows Forms
SvgParameters.SvgImageWrapMode Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Svg Namespace : SvgParameters.SvgImageWrapMode Enumeration


This enumeration defineshow image is tiled when it is larger than the area being filled

Syntax

Visual Basic (Declaration)  
Public Enum SvgParameters.SvgImageWrapMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SvgParameters.SvgImageWrapMode
C#  
public enum SvgParameters.SvgImageWrapMode : Enum 

Members

Member Description
ClampScaled Scaled to fill available area
Tile Tiles
TileFlipX Reverses the image horizontally and then tiles it
TileFlipY Reverses the image vertically and then tiles it
TileFlipXY Reverses the image horizontally and vertically and then tiles it
ClampUnscaled Fill available area without scaling

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.Svg.SvgParameters.SvgImageWrapMode

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.