Udostępnij za pośrednictwem


Właściwość MapPolygon.MapCenterPointTemplate

Pobiera lub ustawia niestandardowy szablon stosowany do punktu środkowego Wielokąt mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapCenterPointTemplate As MapPointTemplate
    Get
    Set
'Użycie
Dim instance As MapPolygon
Dim value As MapPointTemplate

value = instance.MapCenterPointTemplate

instance.MapCenterPointTemplate = value
public MapPointTemplate MapCenterPointTemplate { get; set; }
public:
property MapPointTemplate^ MapCenterPointTemplate {
    MapPointTemplate^ get ();
    void set (MapPointTemplate^ value);
}
member MapCenterPointTemplate : MapPointTemplate with get, set
function get MapCenterPointTemplate () : MapPointTemplate
function set MapCenterPointTemplate (value : MapPointTemplate)