Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionCircle Class / TextColor Property

In This Topic
    TextColor Property (DimensionCircle)
    In This Topic
    Color for displayed text. Possible values for color index are from 0 to 255. Please use "-16002" as "from layer" value.

    Predefined values for line color 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