Gets or sets the bounds of this manipulator, relative to its parent, expressed as percentages.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF Bounds { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Bounds As RectangleF |
A RectangleF object.
See Also