RichTextBox for WinRT
Lines Property


Gets the C1Line created in this C1FlowView when doing layout.
Syntax
'Declaration
 
Public ReadOnly Property Lines As System.Collections.Generic.IEnumerable(Of C1Line)
'Usage
 
Dim instance As C1FlowView
Dim value As System.Collections.Generic.IEnumerable(Of C1Line)
 
value = instance.Lines
public System.Collections.Generic.IEnumerable<C1Line> Lines {get;}
Requirements

Target Platforms: Windows 7, 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

Reference

C1FlowView Class
C1FlowView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback