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


Represents a picture in a drawing within a worksheet.

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

 Public Properties

  Name Description

Anchor

Gets or sets the anchor of this object. (Inherited from InteractiveObject.)

AnchorPosition

Gets or sets the anchor position of this object. (Inherited from InteractiveObject.)

Description

Gets or sets the object description. (Inherited from InteractiveObject.)

FromColumn

Gets or sets the zero-based index of the column of the cell to which the object is anchored. (Inherited from InteractiveObject.)

FromRow

Gets or sets the zero-based index of the row of the cell to which the object is anchored. (Inherited from InteractiveObject.)

Height

Gets or sets the desired height, or null, to calculate the height automatically. (Inherited from InteractiveObject.)

HorizontalOffset

Gets or sets the horizontal offset of the object from its anchor. (Inherited from InteractiveObject.)

IsLockedToCell

Gets a value indicating whether this object is always locked to a cell in the worksheet. (Inherited from InteractiveObject.)

LineBrush

Gets or sets the outline color of this object. (Inherited from InteractiveObject.)

LineSize

Gets or sets the thickness of the object's outline. (Inherited from InteractiveObject.)

LineStyle

Gets or sets the style of the object's outline. (Inherited from InteractiveObject.)

Locked

Gets or sets a value indicating whether this object can be interacted with. (Inherited from InteractiveObject.)

Source

Gets or sets the image source of the picture.

Title

Gets or sets the object title. (Inherited from InteractiveObject.)

VerticalOffset

Gets or sets the vertical offset of the object from its origin. (Inherited from InteractiveObject.)

Width

Gets or sets the desired width, or null, to calculate width automatically. (Inherited from InteractiveObject.)

 Protected Properties

  Name Description

ExtendsOutsideBounds

Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle. (Inherited from InteractiveObject.)

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. (Inherited from InteractiveObject.)

 Public Methods

  Name Description

BringForward

Moves this object one step up in the z-order. (Inherited from InteractiveObject.)

BringToFront

Brings this object to the top of the z-order. (Inherited from InteractiveObject.)

Dispose

Overloaded. Disposes this object. (Inherited from InteractiveObject.)

SendBackward

Moves this object one step down in the z-order. (Inherited from InteractiveObject.)

SendToBack

Sends this object to the bottom of the z-order. (Inherited from InteractiveObject.)

 Protected Methods

  Name Description

OnPropertyValueChanged

Raises the PropertyValueChanged event. (Inherited from InteractiveObject.)

OnResized

This method is called when the object's size is changed. (Inherited from InteractiveObject.)

 Public Events

  Name Description

PropertyValueChanged

INotifyPropertyValueChanged.PropertyValueChanged implementation. (Inherited from InteractiveObject.)

 See Also

Picture Class
MindFusion.Spreadsheet.Wpf Namespace