Classe MapPolyline
Gerarchia di ereditarietà
System.Object
System.Windows.DependencyObject
Microsoft.Phone.Maps.Controls.MapElement
Microsoft.Phone.Maps.Controls.MapPolyline
Spazio dei nomi: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Sintassi
'Dichiarazione
<ContentPropertyAttribute("Path")> _
Public NotInheritable Class MapPolyline _
Inherits MapElement
[ContentPropertyAttribute("Path")]
public sealed class MapPolyline : MapElement
[ContentPropertyAttribute(L"Path")]
public ref class MapPolyline sealed : public MapElement
[<Sealed>]
[<ContentPropertyAttribute("Path")>]
type MapPolyline =
class
inherit MapElement
end
Il tipo MapPolyline espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
MapPolyline |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Dispatcher | (Ereditato da DependencyObject) | |
Path | ||
StrokeColor | ||
StrokeDashed | ||
StrokeThickness |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CheckAccess | (Ereditato da DependencyObject) | |
ClearValue(DependencyProperty) | Cancella il valore locale di una proprietà.La proprietà da cancellare è indicata da un identificatore DependencyProperty. (Ereditato da DependencyObject) | |
Equals(Object) | Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) | |
GetAnimationBaseValue | (Ereditato da DependencyObject) | |
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
GetValue | Restituisce il valore effettivo corrente di una proprietà di dipendenza in questa istanza di DependencyObject. (Ereditato da DependencyObject) | |
ReadLocalValue | Restituisce il valore locale di una proprietà di dipendenza, se esistente. (Ereditato da DependencyObject) | |
SetValue(DependencyProperty, Object) | Imposta il valore locale di una proprietà di dipendenza, specificata dal relativo identificatore. (Ereditato da DependencyObject) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Campi
Nome | Descrizione | |
---|---|---|
PathProperty | ||
StrokeColorProperty | ||
StrokeDashedProperty | ||
StrokeThicknessProperty |
In alto
Informazioni sulla versione
.NET per applicazioni Windows Phone
Supportato in: Windows Phone 8, Silverlight 8.1
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.