Search
InteractiveObject.VerticalOffset Property
See Also
 






Gets or sets the vertical offset of the object from its origin.

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

 Syntax

C#  Copy Code

public Measure VerticalOffset { get; set; }

Visual Basic  Copy Code

Public Property VerticalOffset As Measure

 Property Value

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

 See Also