Eplan Platform API
Eplan.EplApi.DataModel Namespace / Properties.TextBase Enumeration

In This Topic
    Properties.TextBase Enumeration
    In This Topic
    Identificators of properties owned by TextBase class.
    Syntax
    public enum Properties.TextBase : System.Enum 
    public enum class Properties.TextBase : public System.Enum 
    Members
    MemberValueDescription
    INSTANCE_DIRECTION19016Alignment # 19016.
    INSTANCE_FONT19015Font # 19015.
    INSTANCE_SIZE19017Font size # 19017.
    TEXT_ANGLE19343Rotation angle for text # 19343.
    TEXT_BOLD19206Font: Bold # 19206.
    TEXT_ITALIC19207Font: Italic # 19207.
    TEXT_LANGUAGE19200Language # 19200.
    TEXT_UNDERLINE19208Font: Underline # 19208.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Properties.TextBase

    See Also