Example #1
0
 public static bool GetLeftEnabled(UIComponentVerticalSplitContainer source)
 {
     return((bool)source.GetValue(LeftEnabledProperty));
 }
Example #2
0
 public static bool GetCollapseRight(UIComponentVerticalSplitContainer source)
 {
     return((bool)source.GetValue(CollapseRightProperty));
 }
Example #3
0
 public static UIComponentConfiguration GetRightComponent(UIComponentVerticalSplitContainer source)
 {
     return((UIComponentConfiguration)source.GetValue(RightComponentProperty));
 }
Example #4
0
 public static string GetSplitterDirection(UIComponentVerticalSplitContainer source)
 {
     return((string)source.GetValue(SplitterDirectionProperty));
 }