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