AttributeVariable<System.Drawing.Color>.TryGetValue Method
Tries to generate a value from the specified AttributeSet.
TryGetValue(AttributeSet attributes, out System.Drawing.Color value)
Tries to generate a value from the specified AttributeSet.Syntax
public System.Boolean TryGetValue (
AttributeSet attributes,
out System.Drawing.Color value
)
Parameters
A set of attributes used to generate a value.
Set to the value that is generated from attributes.
Return Value
True if value has been set; otherwise, False.
Remarks
This operation can fail and return False if the specified AttributeSet does not contain a required attribute or if it is of the wrong type.
Platforms
Windows, Linux, Android