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