Ejemplo n.º 1
0
 string getAllignment(Allignments a)
 {
     return a.GetDescription();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the allignment based on the string value entered.
 /// </summary>
 /// <param name="a">Name of the character allignment</param>
 public void setAllignment(string a)
 {
     pAllignment = a.ParseEnum<Allignments>();
 }