次の方法で共有


MapStyleSheetEntryStates クラス

定義

マップ スタイル シートのサポートされているスタイル入力状態の名前を提供します。 これらの状態は、マップのスタイル シートで定義されている状態固有のスタイルにマップされます。

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
継承
Object Platform::Object IInspectable MapStyleSheetEntryStates
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

MapElementMapStyleSheetEntryState プロパティは、これらの状態のいずれかに設定できます。 マップのスタイル シートで、その状態のスタイルが定義されている場合、そのスタイルは MapElement に適用されます。

マップ スタイル シートのエントリの詳細については、「マップ スタイル シートリファレンス」を参照してください。

プロパティ

Disabled

MapElement の無効な表示状態の名前を取得します。

Hover

MapElement のホバー表示状態の名前を取得します。

Selected

MapElement の選択した表示状態の名前を取得します。

適用対象