Share via


DesignerDocument.alinkColor Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the value of the alinkColor attribute, which represents the color of all active links in the document.

Syntax

expression.alinkColor

expression   Required. A variable that represents a DesignerDocument object.

Remarks

The alinkColor property sets and returns the same results as the aLink property.

See Also