Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns an int that represents the absolute position in the document.
C#
public int PositionValue{ get; }
vb.net
Public ReadOnly Property PositionValue() As Integer

Examples

 
C#
int positionValue = pos.PositionValue;
vb.net
Dim positionValue As Integer = pos.PositionValue

Examples

 
  • No labels