Eplan Platform API
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)
    Syntax
    public byte B {get; set;}
    public:
    property byte B {
       byte get();
       void set (    byte value);
    }
    See Also