mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update WmsImageLayer.cs
This commit is contained in:
parent
838f77738b
commit
79cfd89aad
|
|
@ -84,7 +84,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// Comma-separated sequence of requested styles. Default is an empty string.
|
||||
/// </summary>
|
||||
public new string Styles
|
||||
public string Styles
|
||||
{
|
||||
get => (string)GetValue(StylesProperty);
|
||||
set => SetValue(StylesProperty, value);
|
||||
|
|
|
|||
Loading…
Reference in a new issue