public bool TryGetValueFromBag (UIElements.IUxmlAttributes bag, UIElements.CreationContext cc, ref Color value);

Parámetros

bagThe bag of attributes.
ccThe context in which the values are retrieved.
valueThe value of the attribute.

Valor de retorno

bool True if the value could be retrieved, false otherwise.

Descripción

Tries to retrieve the value of this attribute from the attribute bag. Returns true if it is found, otherwise returns false.