'Declaration Public Property PolygonPointTemplate As WpfInteractionPolygonPoint
public WpfInteractionPolygonPoint PolygonPointTemplate { get; set; }
public: __property WpfInteractionPolygonPoint* get_PolygonPointTemplate(); public: __property void set_PolygonPointTemplate(
WpfInteractionPolygonPoint* value
);
public:
property WpfInteractionPolygonPoint^ PolygonPointTemplate { WpfInteractionPolygonPoint^ get(); void set(WpfInteractionPolygonPoint^ value); }