ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / TextRunMarkup Class / p Field

In This Topic
    p Field (TextRunMarkup)
    In This Topic
    Array containing X coordinates of words' first chars, relative to the left bound of the text run. May be null or have 0 elements. If the first element is present, it would normally contain 0 i.e. the X coordinate of the first char of the first word in the text run.
    Syntax
    'Declaration
     
    Public p As System.Integer()
    public System.int[] p
    See Also