Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Svg/BasicTypes/ISvgStylable.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: 358 bytes
Line 
1// <developer>niklas@protocol7.com</developer>
2// <completed>100</completed>
3
4using SharpVectors.Dom.Css;
5
6namespace SharpVectors.Dom.Svg
7{
8  /// <summary>
9  ///
10  /// </summary>
11  public interface ISvgStylable 
12  {
13    ISvgAnimatedString ClassName{get;}
14    ICssStyleDeclaration Style{get;}
15    ICssValue GetPresentationAttribute(string name);
16  }
17}
Note: See TracBrowser for help on using the repository browser.