Exemple #1
0
 protected override void OnBackgroundLayoutUpdated(object sender, Native.LayoutEventArgs e)
 {
     base.OnBackgroundLayoutUpdated(sender, e);
     _clipper.Geometry = Control.Geometry;
     _clipper.Invalidate();
 }
Exemple #2
0
 void UpdateCornerRadius()
 {
     BackgroundCanvas.Invalidate();
     _clipper?.Invalidate();
 }