tileSize Property (MosaicRequestParams)
Gets or sets a tile size.
'Declaration
Public Property tileSize As Integer
public int tileSize { get; set; }
public: __property int get_tileSize();
public: __property void set_tileSize(
int
);
public:
property int tileSize {
int get();
void set(int );
}
Property Value
Valid value is 1 and more. Default value is 5.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5