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

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