MapStyleSheetEntryStates
MapStyleSheetEntryStates
MapStyleSheetEntryStates
MapStyleSheetEntryStates
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides the names of the supported style entry states of a map style sheet. These states map to state-specific styles defined in the map's style sheet.
public : static class MapStyleSheetEntryStatespublic static class MapStyleSheetEntryStatesPublic Static Class MapStyleSheetEntryStates// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Remarks
You can set the MapStyleSheetEntryState property of a MapElement to any of these states. If the map's style sheet defines a style for that state, the style is applied to the MapElement.
To learn more about entries in a map style sheet, see Map style sheet reference.
Properties
Disabled Disabled Disabled Disabled
Prerelease. Gets the name for the disabled visual state of the MapElement.
public : static PlatForm::String Disabled { get; }public static string Disabled { get; }Public Static ReadOnly Property Disabled As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The name for the disabled visual state of the MapElement.
Hover Hover Hover Hover
Prerelease. Gets the name for the hover visual state of the MapElement.
public : static PlatForm::String Hover { get; }public static string Hover { get; }Public Static ReadOnly Property Hover As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The name for the hover visual state of the MapElement.
Selected Selected Selected Selected
Prerelease. Gets the name for the selected visual state of the MapElement.
public : static PlatForm::String Selected { get; }public static string Selected { get; }Public Static ReadOnly Property Selected As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The name for the selected visual state of the MapElement.