'Declaration Public Property BoundingBoxArea As WpfInteractiveObjectBoundingBoxArea
public WpfInteractiveObjectBoundingBoxArea BoundingBoxArea { get; set; }
public: __property WpfInteractiveObjectBoundingBoxArea* get_BoundingBoxArea(); public: __property void set_BoundingBoxArea(
WpfInteractiveObjectBoundingBoxArea* value
);
public:
property WpfInteractiveObjectBoundingBoxArea^ BoundingBoxArea { WpfInteractiveObjectBoundingBoxArea^ get(); void set(WpfInteractiveObjectBoundingBoxArea^ value); }