Visual Basic (Declaration) | |
---|---|
Public Enum SvgParameters.SvgImageWrapMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum SvgParameters.SvgImageWrapMode : Enum |
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 |
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.Svg.SvgParameters.SvgImageWrapMode
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