Determines if the object is filled with a solid color, gradient, or pattern.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsFilled()
Visual Basic
Public Function IsFilled As Boolean
JScript
public function IsFilled() : boolean

Return Value

True if filled, false otherwise.

See Also