Specifies the anchor position of a worksheet object.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum ObjectAnchorPosition |
Visual Basic
![]() |
---|
Public Enum ObjectAnchorPosition |
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. |
Members of this enumeration can be assigned to the AnchorPosition property of the InteractiveObject class.