Search
InteractiveObject.ExtendsOutsideBounds Property
See Also
 






Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

protected virtual bool ExtendsOutsideBounds { get; }

Visual Basic  Copy Code

Protected Overridable ReadOnly Property ExtendsOutsideBounds As Boolean

 Property Value

A boolean value. Always returns false.

 See Also