'Declaration Public Property AnchorPoint As InteractionPoint
public InteractionPoint AnchorPoint { get; set; }
public: __property InteractionPoint* get_AnchorPoint(); public: __property void set_AnchorPoint(
InteractionPoint* value
);
public:
property InteractionPoint^ AnchorPoint { InteractionPoint^ get(); void set(InteractionPoint^ value); }