VectorLayerBase.InitialMapSizeProperty Field
OBSOLETE
The VectorLayerBase.InitialMapSize is obsolete use the InitialMapSize instead.
Identifies the VectorLayerBase.InitialMapSize dependency property.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
[Obsolete("The VectorLayerBase.InitialMapSize is obsolete use the MapControl.InitialMapSize instead.")]
[Browsable(false)]
public static readonly DependencyProperty InitialMapSizeProperty
Field Value
Type | Description |
---|---|
DependencyProperty | A dependency property identifier. |
See Also