public AdaptiveHeight(AdaptiveHeightType heightType)
 {
     _heightType = heightType;
     _unit       = null;
 }
Beispiel #2
0
 public AdaptiveHeight(AdaptiveHeightType heightType)
 {
     HeightType = heightType;
     Unit       = null;
 }
 public AdaptiveHeight(uint px)
 {
     _heightType = AdaptiveHeightType.Pixel;
     _unit       = px;
 }