Version

SelectionEndNormalized Property

Returns the Infragistics.Documents.SnapshotPoint that represents the end of the selection after normalization. (read only)
Syntax
'Declaration
 
Public ReadOnly Property SelectionEndNormalized As Infragistics.Documents.SnapshotPoint
public Infragistics.Documents.SnapshotPoint SelectionEndNormalized {get;}
Remarks
Normalization ensures that SelectionStartNormalized represents a Infragistics.Documents.SnapshotPoint in the document that occurs before SelectionEndNormalized, regardless of whether the same is true for the SelectionStart and SelectionEnd properties which represent the raw starting and ending points of the selection.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also