MindFusion WinForms Programmer's Guide
InteractiveObject.AnchorPosition Property
See Also
 





Gets or sets the anchor position of this object.

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

 Syntax

C#  Copy Code

public ObjectAnchorPosition AnchorPosition { get; set; }

Visual Basic  Copy Code

Public Property AnchorPosition As ObjectAnchorPosition

 Property Value

A member of the ObjectAnchorPosition enumeration. The default is TopLeft.

 Remarks

This value is relevant only if the Anchor property is set to ToCell.

 See Also

InteractiveObject Members
InteractiveObject Class
MindFusion.Spreadsheet Namespace