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