Propriedade Map.TransformCenter
Namespace: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (em Microsoft.Phone.Maps.dll)
Sintaxe
'Declaração
<TypeConverterAttribute(GetType(MapPointConverter))> _
Public Property TransformCenter As Point
[TypeConverterAttribute(typeof(MapPointConverter))]
public Point TransformCenter { get; set; }
[TypeConverterAttribute(typeof(MapPointConverter))]
public:
property Point TransformCenter {
Point get ();
void set (Point value);
}
[<TypeConverterAttribute(typeof(MapPointConverter))>]
member TransformCenter : Point with get, set
Valor de propriedade
Tipo: System.Windows.Point
Informações sobre versão
.NET para aplicativos do Windows Phone
Com suporte em: Windows Phone 8, Silverlight 8.1
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.