renderNeighbourTiles Property (RenderImageTileRequestParams)
Gets or sets a value indicating whether the neighboring image tiles around the the requested tile must be rendered in addition to the rendering of requested image tile.
'Declaration
Public Property renderNeighbourTiles As Boolean
public bool renderNeighbourTiles { get; set; }
public: __property bool get_renderNeighbourTiles();
public: __property void set_renderNeighbourTiles(
bool
);
public:
property bool renderNeighbourTiles {
bool get();
void set(bool );
}
Property Value
True - the neighboring image tiles must be rendered in addition to the rendering of requested image tile. false - only the requested image tile must be rendered.
Default value is true.
Value of this property has effect only if value of useCache property is set to true.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5