TileMatrixMatrixMinX Property |
Optionally limits the number of tiles by specifying a minimum value for the {x} URL template parameter.
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Nullable<int> MatrixMinX { get; }
Public ReadOnly Property MatrixMinX As Nullable(Of Integer)
Get
public:
virtual property Nullable<int> MatrixMinX {
Nullable<int> get () sealed;
}
abstract MatrixMinX : Nullable<int> with get
override MatrixMinX : Nullable<int> with get
Property Value
Type:
NullableInt32Implements
ITileMatrixMatrixMinXSee Also