Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorRenderingWpf/Texts/WpfTextAnchor.cs @ 14040

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

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

File size: 194 bytes
Line 
1using System;
2
3namespace 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.