Gets or sets the anchor position of this object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public ObjectAnchorPosition AnchorPosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AnchorPosition As ObjectAnchorPosition |
A member of the ObjectAnchorPosition enumeration. The default is TopLeft.
Remarks
See Also