public static void SetItemVerticalPositionAlignment(DependencyObject obj, VerticalPositionAlignment value)
 {
     obj.SetValue(ItemVerticalPositionAlignmentProperty, value);
 }
Exemplo n.º 2
0
 public static void SetItemVerticalPositionAlignment(DependencyObject obj, VerticalPositionAlignment value)
 {
     obj.SetValue(ItemVerticalPositionAlignmentProperty, value);
 }