MindFusion.Wpf Pack Programmer's Guide
InteractiveObject Members
Constructors Properties Methods Events
 


Represents a worksheet object that can be modified interactively by the user.

The following tables list the members exposed by the InteractiveObject type.

 Protected Constructors

  Name Description

InteractiveObject

Initializes a new instance of the InteractiveObject class.

 Public Properties

  Name Description

Anchor

Gets or sets the anchor of this object.

AnchorPosition

Gets or sets the anchor position of this object.

Description

Gets or sets the object description.

FromColumn

Gets or sets the zero-based index of the column of the cell to which the object is anchored.

FromRow

Gets or sets the zero-based index of the row of the cell to which the object is anchored.

Height

Gets or sets the desired height, or null, to calculate the height automatically.

HorizontalOffset

Gets or sets the horizontal offset of the object from its anchor.

IsLockedToCell

Gets a value indicating whether this object is always locked to a cell in the worksheet.

LineBrush

Gets or sets the outline color of this object.

LineSize

Gets or sets the thickness of the object's outline.

LineStyle

Gets or sets the style of the object's outline.

Locked

Gets or sets a value indicating whether this object can be interacted with.

Title

Gets or sets the object title.

VerticalOffset

Gets or sets the vertical offset of the object from its origin.

Width

Gets or sets the desired width, or null, to calculate width automatically.

 Protected Properties

  Name Description

ExtendsOutsideBounds

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

RegardsMergedCells

Gets a value indicating whether this object is positioned relatively to the bounding rectangle of the merged cell if the object's cell is a part of a merged cell.

 Public Methods

  Name Description

BringForward

Moves this object one step up in the z-order.

BringToFront

Brings this object to the top of the z-order.

Dispose

Overloaded. Disposes this object.

SendBackward

Moves this object one step down in the z-order.

SendToBack

Sends this object to the bottom of the z-order.

 Protected Methods

  Name Description

OnPropertyValueChanged

Raises the PropertyValueChanged event.

OnResized

This method is called when the object's size is changed.

 Public Events

  Name Description

PropertyValueChanged

INotifyPropertyValueChanged.PropertyValueChanged implementation.

 See Also

InteractiveObject Class
MindFusion.Spreadsheet.Wpf Namespace