Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Svg/BasicTypes/ISvgExternalResourcesRequired.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: 585 bytes
Line 
1namespace SharpVectors.Dom.Svg
2{
3
4  /// <summary>
5  /// Interface SvgExternalResourcesRequired defines an interface
6  /// which applies to all elements where this element or one of its
7  /// descendants can reference an external resource.
8  /// </summary>
9  /// <developer>niklas@protocol7.com</developer>
10  /// <completed>100</completed>
11  public interface ISvgExternalResourcesRequired
12  {
13    /// <summary>
14    /// Corresponds to attribute externalResourcesRequired on the
15    /// given element.
16    /// </summary>
17    ISvgAnimatedBoolean ExternalResourcesRequired{get;}
18  }
19
20}
Note: See TracBrowser for help on using the repository browser.