Description
Returns the X offset from the left side of the column containing the anchor, as a percentage of column width.
C#
public double OffsetX{ get ; } |
vb.net
Public ReadOnly Property OffsetX() As Double |
Remarks
An offset of100.0
represents an anchor flush with the right side of the column.
Examples
C#
double x = anc.OffsetX; |
vb.net
Dim x As Double = anc.OffsetX |