UntiledLayerMaxRequestSize Property |
Gets or sets the maximum size of the bitmaps in pixels.
Namespace:
Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Size MaxRequestSize { get; set; }
Public Property MaxRequestSize As Size
Get
Set
public:
property Size MaxRequestSize {
Size get ();
void set (Size value);
}
member MaxRequestSize : Size with get, set
Property Value
Type:
SizeSee Also