MindFusion WinForms Programmer's Guide
Button.Bounds Property
See Also
 





Gets or sets the bounds of this manipulator, relative to its parent, expressed as percentages.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As RectangleF

 Property Value

A RectangleF object.

 See Also

Button Members
Button Class
MindFusion.Diagramming.Manipulators Namespace