Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / Justification Property

In This Topic
    Justification Property
    In This Topic
    Returns the justification of the Text.
    Syntax
    public TextBase.JustificationType Justification {get; set;}
    public:
    property TextBase.JustificationType Justification {
       TextBase.JustificationType get();
       void set (    TextBase.JustificationType value);
    }
    Exceptions
    ExceptionDescription
    Thrown when justification cannot be read
    See Also