Click or drag to resize

ActivityIconCode Property

Gets or sets the font-awesome CSS class of the icon representing this activity.

E.g to use this icon (http://fontawesome.io/icon/tasks/) set "tasks" or "fa-tasks".

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public string IconCode { get; set; }

Property Value

Type: String
See Also