Beispiel #1
0
 public override Size GetDesiredSize(double widthConstraint, double heightConstraint)
 {
     return(NativeView.GetDesiredSize(widthConstraint, heightConstraint));
 }