Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public double OffsetX{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property OffsetX() As Double
{signature}
{remarks}
An offset of {{
Remarks

An offset of 100.0

}}

represents

an

anchor

flush

with

the

right

side

of

the

column.

{remarks} {example}{code:csharp|title=C#}

Example
Code Block
csharp
csharp
titleC#

double x = anc.OffsetX;
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

Dim x As Double = anc.OffsetX
{code} {example} {scrollbar}
Scrollbar