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


NRichTextFormat Constructor(LineTrimStyle,ParagraphAlignment,Int32,Int32,Int32,Int32,Int32,Int32,Int32)
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)

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