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