MindFusion.Wpf Pack Programmer's Guide
ObjectAnchorPosition Enumeration
See Also
 





Specifies the anchor position of a worksheet object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum ObjectAnchorPosition

Visual Basic  Copy Code

Public Enum ObjectAnchorPosition

 Members

  Member name Description

BottomLeft

Indicates that a worksheet object is positioned relative to the bottom-left corner of the anchor.

BottomRight

Indicates that a worksheet object is positioned relative to the bottom-right corner of the anchor.

TopLeft

Indicates that a worksheet object is positioned relative to the top-left corner of the anchor.

TopRight

Indicates that a worksheet object is positioned relative to the top-right corner of the anchor.

 Remarks

Members of this enumeration can be assigned to the AnchorPosition property of the InteractiveObject class.

 See Also

MindFusion.Spreadsheet.Wpf Namespace