source:
branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorRenderingWpf/Texts/WpfTextAnchor.cs
@
13847
Last change on this file since 13847 was 12762, checked in by aballeit, 9 years ago | |
---|---|
File size: 194 bytes |
Rev | Line | |
---|---|---|
[12762] | 1 | using System; |
2 | ||
3 | namespace SharpVectors.Renderers.Texts | |
4 | { | |
5 | public enum WpfTextAnchor | |
6 | { | |
7 | None = 0, | |
8 | Start = 1, | |
9 | Middle = 2, | |
10 | End = 3 | |
11 | } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.