Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Svg/DocumentStructure/ISvgColorProfileElement.cs @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 212 bytes
Line 
1using System;
2
3namespace SharpVectors.Dom.Svg
4{
5    public interface ISvgColorProfileElement : ISvgElement, ISvgUriReference
6    {
7        string Local
8        {
9            get;
10        }
11    }
12}
Note: See TracBrowser for help on using the repository browser.