Determines if the object is outlined 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 IsStroked()
Visual Basic
Public Function IsStroked As Boolean
JScript
public function IsStroked() : boolean

Return Value

True if stroked, false otherwise.

See Also