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

In This Topic
    TransparencyDefinedByLayer Property
    In This Topic
    if true, then transparency must be taken from layer
    Syntax
    public bool TransparencyDefinedByLayer {get; set;}
    public:
    property bool TransparencyDefinedByLayer {
       bool get();
       void set (    bool value);
    }
    See Also