次の方法で共有


IGeoPathMapElement インターフェイス

定義

public interface class IGeoPathMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke, Microsoft::Maui::Maps::IMapElement, System::Collections::Generic::ICollection<Microsoft::Maui::Devices::Sensors::Location ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Location ^>, System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^>
public interface IGeoPathMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke, Microsoft.Maui.Maps.IMapElement, System.Collections.Generic.ICollection<Microsoft.Maui.Devices.Sensors.Location>, System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Location>, System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location>
type IGeoPathMapElement = interface
    interface IMapElement
    interface IElement
    interface IStroke
    interface IList<Location>
    interface ICollection<Location>
    interface seq<Location>
    interface IEnumerable
Public Interface IGeoPathMapElement
Implements ICollection(Of Location), IElement, IEnumerable(Of Location), IList(Of Location), IMapElement, IStroke
派生
実装

プロパティ

Handler

要素のビュー ハンドラーを取得または設定します。

(継承元 IElement)
MapElementId

この map 要素に対応するプラットフォームを取得または設定します。

(継承元 IMapElement)
Parent

要素の親を取得します。

(継承元 IElement)
Stroke

図形のアウトラインの描画に使用する色を示します。

(継承元 IStroke)
StrokeDashOffset

ダッシュが始まるダッシュ パターン内の距離を指定する値を取得します。

(継承元 IStroke)
StrokeDashPattern

ダッシュが始まるダッシュ パターン内の距離を指定します。

(継承元 IStroke)
StrokeLineCap

線またはセグメントの始点と終点の図形について説明します。

(継承元 IStroke)
StrokeLineJoin

図形の頂点で使用される結合の種類を指定します。

(継承元 IStroke)
StrokeMiterLimit

図形の StrokeThickness の半分に対するマイター長さの比率の制限を指定します。

(継承元 IStroke)
StrokeThickness

図形の輪郭を描くために使用されるダッシュとギャップのパターンを示す二重値のコレクションを表します。

(継承元 IStroke)

拡張メソッド

ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

適用対象