Search
InteractiveObject.HorizontalOffset Property
See Also
 






Gets or sets the horizontal offset of the object from its anchor.

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

 Syntax

C#  Copy Code

public Measure HorizontalOffset { get; set; }

Visual Basic  Copy Code

Public Property HorizontalOffset As Measure

 Property Value

An instance of the Measure class. The default is "0pt".

 See Also