API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / TextColor Property

In This Topic
    TextColor Property (DimensionItem)
    In This Topic
    Color for displayed text. Color index (0-255) Please use -16002 as "From layer" value.

    Predefined values for line colour index are:

    0 = black

    1 = red

    2 = yellow

    3 = green

    4 = cyan

    5 = blue

    6 = magenta

    7 = white

    252 = darkgray

    253 = gray

    Syntax
    public short TextColor {get; set;}
    public:
    property short TextColor {
       short get();
       void set (    short value);
    }

    Property Value

    Color index used by object
    See Also