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