| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterImageUnderlayFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterImageUnderlayFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterImageUnderlayFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | Tile the underlay. This repeats the underlying image, so that it fills the target image. This function does not do any resizing; you are responsible for the size of the tiles | 
| Stretch | Stretch the underlay to fit the dimensions of the target image | 
The underlying image can either be stretched or tiled to fill the target image, as shown in the following illustration:

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageUnderlayFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family