Nevron .NET Vision
Nevron.UI Namespace / NRichTextFormat Structure / NRichTextFormat Constructor / NRichTextFormat Constructor(LineTrimStyle,ParagraphAlignment,Int32,Int32,Int32,Int32,Int32,Int32,Int32)


In This Topic
    NRichTextFormat Constructor(LineTrimStyle,ParagraphAlignment,Int32,Int32,Int32,Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal trimStyle As LineTrimStyle, _
       ByVal align As ParagraphAlignment, _
       ByVal lineSpacing As System.Integer, _
       ByVal leftIndent As System.Integer, _
       ByVal rightIndent As System.Integer, _
       ByVal topSpacing As System.Integer, _
       ByVal bottomSpacing As System.Integer, _
       ByVal firstLineIndent As System.Integer, _
       ByVal baseLinePos As System.Integer _
    )
    'Usage
     
    
    Dim trimStyle As LineTrimStyle
    Dim align As ParagraphAlignment
    Dim lineSpacing As System.Integer
    Dim leftIndent As System.Integer
    Dim rightIndent As System.Integer
    Dim topSpacing As System.Integer
    Dim bottomSpacing As System.Integer
    Dim firstLineIndent As System.Integer
    Dim baseLinePos As System.Integer
     
    Dim instance As New NRichTextFormat(trimStyle, align, lineSpacing, leftIndent, rightIndent, topSpacing, bottomSpacing, firstLineIndent, baseLinePos)
    public NRichTextFormat( 
       LineTrimStyle trimStyle,
       ParagraphAlignment align,
       System.int lineSpacing,
       System.int leftIndent,
       System.int rightIndent,
       System.int topSpacing,
       System.int bottomSpacing,
       System.int firstLineIndent,
       System.int baseLinePos
    )

    Parameters

    trimStyle
    align
    lineSpacing
    leftIndent
    rightIndent
    topSpacing
    bottomSpacing
    firstLineIndent
    baseLinePos
    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