IGeoPathMapElement Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- Abgeleitet
- Implementiert
Eigenschaften
Handler |
Dient zum Abrufen oder Festlegen des Ansichtshandlers des Elements. (Geerbt von IElement) |
MapElementId |
Ruft das Plattformentsprechungselement dieses Kartenelements ab oder legt es fest. (Geerbt von IMapElement) |
Parent |
Ruft das übergeordnete Element des Elements ab. (Geerbt von IElement) |
Stroke |
Gibt die Farbe an, die zum Zeichnen der Kontur der Form verwendet wird. (Geerbt von IStroke) |
StrokeDashOffset |
Ruft einen Wert ab, der den Abstand innerhalb des Gedankenstrichmusters angibt, in dem ein Gedankenstrich beginnt. (Geerbt von IStroke) |
StrokeDashPattern |
Gibt den Abstand innerhalb des Strichmusters an, in dem ein Gedankenstrich beginnt. (Geerbt von IStroke) |
StrokeLineCap |
Beschreibt die Form am Anfang und Am Ende einer Linie oder eines Abschnitts. (Geerbt von IStroke) |
StrokeLineJoin |
Gibt den Typ der Verknüpfung an, die an den Scheitelpunkten eines Shapes verwendet wird. (Geerbt von IStroke) |
StrokeMiterLimit |
Gibt den Grenzwert für das Verhältnis der Miterlänge auf die Hälfte der StrokeThickness einer Form an. (Geerbt von IStroke) |
StrokeThickness |
Stellt eine Auflistung von doppelten Werten dar, die das Muster von Strichen und Lücken angeben, die zum Konturieren einer Form verwendet werden. (Geerbt von IStroke) |
Erweiterungsmethoden
ToHandler(IElement, IMauiContext) | |
ToPlatform(IElement, IMauiContext) |