Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer.AlignmentType Enumeration

GraphicalLayer.AlignmentType Enumeration
Alignment
Syntax
public enum GraphicalLayer.AlignmentType : System.Enum 
Members
MemberValueDescription
BaseLineCenter11On base line in the center
BaseLineLeft10On base line on left
BaseLineRight12On base line on right
BottomCenter8Bottom & Center
BottomLeft7Bottom & Left
BottomRight9Bottom & Right
JicSpecialCenter17Special Attachment-Types for PathTexts in JIC-Project
JicSpecialLeft16Special Attachment-Types for PathTexts in JIC-Project
JicSpecialRight18Special Attachment-Types for PathTexts in JIC-Project
MiddleCenter5Total center
MiddleLeft4Middle & Left
MiddleRight6Middle & Right
SpecialCenter14Special Attachment-Types for PathTexts in DIN- and USA-Project
SpecialLeft13Special Attachment-Types for PathTexts in DIN- and USA-Project
SpecialRight15Special Attachment-Types for PathTexts in DIN- and USA-Project
TopCenter2Top & Center
TopLeft1Top & Left
TopRight3Top & Right
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.DataModel.Graphics.GraphicalLayer.AlignmentType

See Also