Bounds Property (PolygonIconElement)
In This Topic
Gets or sets the element's bounds (size and location) within its parent element, in pixels.
Syntax
'Declaration
Public Overridable Property Bounds As Rectangle
public virtual Rectangle Bounds {get; set;}
See Also