Compartilhar via


IGeoPathMapElement Interface

Definição

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
Derivado
Implementações

Propriedades

Handler

Obtém ou define o manipulador de exibição do elemento.

(Herdado de IElement)
MapElementId

Obtém ou define a contraparte de plataforma deste elemento de mapa.

(Herdado de IMapElement)
Parent

Obtém o pai do elemento.

(Herdado de IElement)
Stroke

Indica a cor usada para pintar o contorno da forma.

(Herdado de IStroke)
StrokeDashOffset

Obtém um valor que especifica a distância dentro do padrão de traço onde um traço começa.

(Herdado de IStroke)
StrokeDashPattern

Especifica a distância dentro do padrão de traço onde um traço começa.

(Herdado de IStroke)
StrokeLineCap

Descreve a forma no início e no final de uma linha ou segmento.

(Herdado de IStroke)
StrokeLineJoin

Especifica o tipo de junção que é usado nos vértices de uma forma.

(Herdado de IStroke)
StrokeMiterLimit

Especifica o limite na proporção do comprimento da esquadria para metade do StrokeThickness de uma forma.

(Herdado de IStroke)
StrokeThickness

Representa uma coleção de valores duplos que indicam o padrão de traços e lacunas usados para delinear uma forma.

(Herdado de IStroke)

Métodos de Extensão

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

Aplica-se a