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

Show in webframe

SetTextAlignment Method






A System.Windows.TextAlignment value that specifies how to align the text.
Sets the alignment option of Layout box text.
Syntax
public void SetTextAlignment( 
   TextAlignment textAlignment
)
'Declaration
 
Public Sub SetTextAlignment( _
   ByVal textAlignment As TextAlignment _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim textAlignment As TextAlignment
 
instance.SetTextAlignment(textAlignment)

            

            
public:
void SetTextAlignment( 
   TextAlignment textAlignment
) 

Parameters

textAlignment
A System.Windows.TextAlignment value that specifies how to align the text.
Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file