API Help
Eplan.EplApi.DataModel.Graphics Namespace / Color Structure / R Property

In This Topic
    R Property
    In This Topic
    Gets or sets the red channel value of color (0-255) this value is valid only, if ColorId == Invalid
    Syntax
    public byte R {get; set;}
    public:
    property byte R {
       byte get();
       void set (    byte value);
    }
    See Also