Esempio n. 1
0
 public static string AlignmentName(this Alignment align)
 {
     return(align.GetAttribute <AlignmentAttribute>().AlignmentName);
 }