Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / Transparency Property

In This Topic
    Transparency Property (GraphicalLayer)
    In This Topic
    Specifies transparency of layer as double with a value between 0.0 and 1.0
    Syntax
    public float Transparency {get; set;}
    public:
    property float Transparency {
       float get();
       void set (    float value);
    }
    See Also