Ejemplo n.º 1
0
 public static void SetLeftEnabled(UIComponentVerticalSplitContainer source, bool value)
 {
     source.SetValue(LeftEnabledProperty, value);
 }
Ejemplo n.º 2
0
 public static void SetCollapseRight(UIComponentVerticalSplitContainer source, bool value)
 {
     source.SetValue(CollapseRightProperty, value);
 }
Ejemplo n.º 3
0
 public static void SetRightComponent(UIComponentVerticalSplitContainer source, UIComponentConfiguration value)
 {
     source.SetValue(RightComponentProperty, value);
 }
Ejemplo n.º 4
0
 public static void SetSplitterDirection(UIComponentVerticalSplitContainer source, string value)
 {
     source.SetValue(SplitterDirectionProperty, value);
 }