Class CustomStyleResolvedEvent
Event sent after the custom style properties of a VisualElement have been resolved.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class CustomStyleResolvedEvent : EventBase<CustomStyleResolvedEvent>
Properties
customStyle
Returns the custom style properties accessor for the targeted VisualElement.
Declaration
public ICustomStyle customStyle { get; }
Property Value
Type | Description |
---|---|
ICustomStyle |