MapStyleSheetEntryStates クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マップ スタイル シートのサポートされているスタイル入力状態の名前を提供します。 これらの状態は、マップのスタイル シートで定義されている状態固有のスタイルにマップされます。
public ref class MapStyleSheetEntryStates abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapStyleSheetEntryStates final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class MapStyleSheetEntryStates
Public Class MapStyleSheetEntryStates
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0 で導入)
|
注釈
MapElement の MapStyleSheetEntryState プロパティは、これらの状態のいずれかに設定できます。 マップのスタイル シートで、その状態のスタイルが定義されている場合、そのスタイルは MapElement に適用されます。
マップ スタイル シートのエントリの詳細については、「マップ スタイル シートリファレンス」を参照してください。
プロパティ
Disabled |
MapElement の無効な表示状態の名前を取得します。 |
Hover |
MapElement のホバー表示状態の名前を取得します。 |
Selected |
MapElement の選択した表示状態の名前を取得します。 |