Index: Core/Components/src/Core.Components.Gis/Data/MapLineData.cs =================================================================== diff -u -r7aa6b8425147795b1a87b552fe9d82ae5e9c7565 -rf138d6ce4b07a5b92c3eeca7b34be98cbcbc369e --- Core/Components/src/Core.Components.Gis/Data/MapLineData.cs (.../MapLineData.cs) (revision 7aa6b8425147795b1a87b552fe9d82ae5e9c7565) +++ Core/Components/src/Core.Components.Gis/Data/MapLineData.cs (.../MapLineData.cs) (revision f138d6ce4b07a5b92c3eeca7b34be98cbcbc369e) @@ -62,7 +62,7 @@ } /// - /// Gets or sets the style of the line. + /// Gets the style of the line. /// public LineStyle Style { get; } Index: Core/Components/src/Core.Components.Gis/Data/MapPointData.cs =================================================================== diff -u -r7aa6b8425147795b1a87b552fe9d82ae5e9c7565 -rf138d6ce4b07a5b92c3eeca7b34be98cbcbc369e --- Core/Components/src/Core.Components.Gis/Data/MapPointData.cs (.../MapPointData.cs) (revision 7aa6b8425147795b1a87b552fe9d82ae5e9c7565) +++ Core/Components/src/Core.Components.Gis/Data/MapPointData.cs (.../MapPointData.cs) (revision f138d6ce4b07a5b92c3eeca7b34be98cbcbc369e) @@ -62,7 +62,7 @@ } /// - /// Gets or sets the style of the points. + /// Gets the style of the points. /// public PointStyle Style { get; } Index: Core/Components/src/Core.Components.Gis/Data/MapPolygonData.cs =================================================================== diff -u -r7aa6b8425147795b1a87b552fe9d82ae5e9c7565 -rf138d6ce4b07a5b92c3eeca7b34be98cbcbc369e --- Core/Components/src/Core.Components.Gis/Data/MapPolygonData.cs (.../MapPolygonData.cs) (revision 7aa6b8425147795b1a87b552fe9d82ae5e9c7565) +++ Core/Components/src/Core.Components.Gis/Data/MapPolygonData.cs (.../MapPolygonData.cs) (revision f138d6ce4b07a5b92c3eeca7b34be98cbcbc369e) @@ -61,7 +61,7 @@ } /// - /// Gets or sets the style of the polygon. + /// Gets the style of the polygon. /// public PolygonStyle Style { get; }