ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.Line Class / Pieces Property

In This Topic
    Pieces Property
    In This Topic
    Gets the pieces.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pieces As IEnumerable(Of RText.LinePiece)
    public IEnumerable<RText.LinePiece> Pieces {get;}

    Property Value

    The pieces.
    See Also