Gets or sets the horizontal offset of the object from its anchor.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Measure HorizontalOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorizontalOffset As Measure |
An instance of the Measure class. The default is "0pt".
See Also