public RectangleF BoundingBox {get; set;}
public: __property RectangleF get_BoundingBox(); public: __property void set_BoundingBox( RectangleF value );
public: property RectangleF BoundingBox { RectangleF get(); void set ( RectangleF value); }
'Declaration Public Property BoundingBox As RectangleF
'Usage Dim instance As Hyperlink Dim value As RectangleF instance.BoundingBox = value value = instance.BoundingBox
Hyperlink Class Hyperlink Members
©2018. Accusoft Corporation. All Rights Reserved.