UIView.ActionForLayer(CALayer, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera o padrão CAAction identificado por que tem como destino .
[Foundation.Export("actionForLayer:forKey:")]
public virtual Foundation.NSObject ActionForLayer (CoreAnimation.CALayer layer, string eventKey);
abstract member ActionForLayer : CoreAnimation.CALayer * string -> Foundation.NSObject
override this.ActionForLayer : CoreAnimation.CALayer * string -> Foundation.NSObject
Parâmetros
- layer
- CALayer
- eventKey
- String
Retornos
Esse método poderá retornar null
se não houver nenhum comportamento especificado.
- Atributos