Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

SetParagraphAlignment Method






A D2DParagraphAlignment enumeration value that represents the paragraph alignment.
Sets the paragraph alignment.
Syntax
public void SetParagraphAlignment( 
   D2DParagraphAlignment paragraphAlignment
)
'Declaration
 
Public Sub SetParagraphAlignment( _
   ByVal paragraphAlignment As D2DParagraphAlignment _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim paragraphAlignment As D2DParagraphAlignment
 
instance.SetParagraphAlignment(paragraphAlignment)

            

            
public:
void SetParagraphAlignment( 
   D2DParagraphAlignment paragraphAlignment
) 

Parameters

paragraphAlignment
A D2DParagraphAlignment enumeration value that represents the paragraph alignment.
Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file