Ejemplo n.º 1
0
 public static T HeightAuto <T>(this T component) where T : IComponent
 {
     Stack.SetHeight(component, UnitSize.Auto());
     return(component);
 }
Ejemplo n.º 2
0
 public static T WidthAuto <T>(this T component) where T : IComponent
 {
     Stack.SetWidth(component, UnitSize.Auto());
     return(component);
 }