ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.TabStop Class / RText.TabStop Constructor / RText.TabStop Constructor(Single,TabType)
The position.
The type.

In This Topic
    RText.TabStop Constructor(Single,TabType)
    In This Topic
    Initializes a new instance of the RText.TabStop class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal position As Single, _
       ByVal type As RText.TabType _
    )
    public RText.TabStop( 
       float position,
       RText.TabType type
    )

    Parameters

    position
    The position.
    type
    The type.
    See Also