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 Y offset from the top of the row containing the anchor, as a percentage of row height.

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

An offset of 100.0

represents

an

anchor

flush

with

the

bottom

side

of

the

row.

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

Example
Code Block
csharp
csharp
titleC#

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

Dim y As Double = anc.OffsetY
{code} {example} {scrollbar}
Scrollbar