The preferred tile width to request if the resources are not bound to a tile caching scheme.
Syntax
Visual Basic (Declaration) | |
---|
<DefaultValueAttribute()>
<ResDescriptionAttribute("The preferred tile width in pixels to request if the resources are not bound to a tile caching scheme. When 0, the tile width will equal the Map control width.")>
<ResCategoryAttribute("Image Output")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property PreferredTileWidth As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Map
Dim value As Integer
instance.PreferredTileWidth = value
value = instance.PreferredTileWidth |
C# | |
---|
[DefaultValueAttribute()]
[ResDescriptionAttribute("The preferred tile width in pixels to request if the resources are not bound to a tile caching scheme. When 0, the tile width will equal the Map control width.")]
[ResCategoryAttribute("Image Output")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int PreferredTileWidth {get; set;} |
Remarks
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