%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActionCrossFillColor Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActionCrossFillColor Method
color
A 4 sized array object defining the four values of Red, Green, Blue and Apha or null for the default value.
Sets the fill color of the new entity created (e.g through the GetUserRect action) when the rect's low point is to the right of the rect's high point. By default, the action's crossfillcolor property is the same to the fillcolor, so no collor will be used.

Syntax

JScript 
public function SetActionCrossFillColor( 
   color : Object
) : Object;

Parameters

color
A 4 sized array object defining the four values of Red, Green, Blue and Apha or null for the default value.

Return Value

The color object that was set.

See Also