public static void SetDepth(this UIView view, Depth value)
 {
     view.Layer.SetDepth(value);
 }
예제 #2
0
 public static void SetDepth(this CALayer layer, Depth value)
 {
     layer.MaterialLayer().Depth = value;
 }