Click or drag to resize

ObjectProxySetColor Method

Sets the object's "Color" property to the specified value.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetColor(
	Color aColor
)

Parameters

aColor
Type: System.Windows.MediaColor
the new value for the "Color" property
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have a Color property, error code ErrorCode.PropertyNotFound is thrown.
See Also