Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonIcon Class / SvgContent Property

In This Topic
    SvgContent Property
    In This Topic
    Svg content of custom icons.
    Syntax
    public string SvgContent {get; set;}
    public:
    property String^ SvgContent {
       String^ get();
       void set (    String^ value);
    }
    See Also