Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the X offset from the left side of the column containing the anchor, as a percentage of column width.


{remarks}
{example}{code:csharp|title=C#}
double x = anc.OffsetX;
{code}
{code:vbnet|title=vb.net
}
Dim x As Double = anc.OffsetX
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the X offset from the left side of the column containing the anchor, as a percentage of column width.{excerpt}
{signature:C#}
 public double OffsetX{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property OffsetX() As Double
Remarks
An offset of
{signature}
{remarks}
An offset of {{100.0}} represents an anchor flush with the right side of the column.
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}