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

In This Topic
    IsLarge Property
    In This Topic
    Property to get or set size of the icon. Optional parameter. Default is small.
    Syntax
    public bool IsLarge {get; set;}
    public:
    property bool IsLarge {
       bool get();
       void set (    bool value);
    }
    See Also