ASP.NET Pack Programmer's Guide
ComponentBase.Bounds Property
See Also
 





Gets or sets the calculated bounds of this component relative to its parent.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As RectangleF

 Property Value

An instance of the RectangleF structure.

 Remarks

This property is usually calculated and set by the system during arrangement. This property can be set explicitly when the arrangement is performed manually.

 See Also

ComponentBase Members
ComponentBase Class
MindFusion.Diagramming.Components Namespace