Exemple #1
0
 public static NElement Alignment(this NElement self, HorizontalAlignment horz, VerticalAlignment vert)
 {
     return(self.HorizontalAlignment(horz).VerticalAlignment(vert));
 }
Exemple #2
0
 public static NElement Alignment(this NElement self, HorizontalAlignment value)
 {
     return(self.HorizontalAlignment(value));
 }