public static bool GetLeftEnabled(UIComponentVerticalSplitContainer source) { return((bool)source.GetValue(LeftEnabledProperty)); }
public static bool GetCollapseRight(UIComponentVerticalSplitContainer source) { return((bool)source.GetValue(CollapseRightProperty)); }
public static UIComponentConfiguration GetRightComponent(UIComponentVerticalSplitContainer source) { return((UIComponentConfiguration)source.GetValue(RightComponentProperty)); }
public static string GetSplitterDirection(UIComponentVerticalSplitContainer source) { return((string)source.GetValue(SplitterDirectionProperty)); }