Search
InteractiveObject.AnchorPosition Property
See Also
 






Gets or sets the anchor position of this object.

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

 Syntax

C#  Copy Code

public ObjectAnchorPosition AnchorPosition { get; set; }

Visual Basic  Copy Code

Public Property AnchorPosition As ObjectAnchorPosition

 Property Value

 Remarks

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

 See Also