Last change
on this file since 13847 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
440 bytes
|
Line | |
---|
1 | // <developer>kevin@kevlindev.com</developer>
|
---|
2 | // <completed>99</completed>
|
---|
3 |
|
---|
4 | namespace SharpVectors.Dom.Svg
|
---|
5 | {
|
---|
6 | /// <summary>
|
---|
7 | /// The SvgScriptElement interface corresponds to the 'script' element.
|
---|
8 | /// </summary>
|
---|
9 | public interface ISvgScriptElement : ISvgElement, ISvgUriReference,
|
---|
10 | ISvgExternalResourcesRequired
|
---|
11 | {
|
---|
12 | string Type
|
---|
13 | {
|
---|
14 | get;
|
---|
15 | set;
|
---|
16 | }
|
---|
17 | }
|
---|
18 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.