mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Some comments
This commit is contained in:
parent
e642846e7d
commit
fd2f09a078
5 changed files with 17 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Comma-separated list of Layer names to be displayed. If not set, the first Layer is displayed.
|
||||
/// Comma-separated sequence of Layer names to be displayed. If not set, the first Layer is displayed.
|
||||
/// </summary>
|
||||
public string Layers
|
||||
{
|
||||
|
|
@ -76,7 +76,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Comma-separated list of requested styles. Default is an empty string.
|
||||
/// Comma-separated sequence of requested styles. Default is an empty string.
|
||||
/// </summary>
|
||||
public string Styles
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue