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

Show in webframe

D2DParagraphAlignment Enumeration






Alignment of text in the paragraph box.
Syntax
public enum D2DParagraphAlignment : System.Enum 
'Declaration
 
Public Enum D2DParagraphAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As D2DParagraphAlignment

            

            
public enum class D2DParagraphAlignment : public System.Enum 
Members
ValueMemberDescription
0x00000000NearThe first line of the paragraph is aligned to the beginning edge.
0x00000001FarThe last line of the paragraph is aligned to the ending edge.
0x00000002CenterThe center of the paragraph is aligned to the center.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.D2DRendering.D2DParagraphAlignment

Requirements

Target Platforms

See Also

Reference

Leadtools.Windows.D2DRendering Namespace

Error processing SSI file