Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.11 KB

Project.GroupCriterion.FontColor.md

File metadata and controls

43 lines (29 loc) · 1.11 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
GroupCriterion.FontColor property (Project)
project-server
Project.GroupCriterion.FontColor
9765d7a2-0f6e-8fa1-210a-9ad138bae9a7
06/08/2017
medium

GroupCriterion.FontColor property (Project)

Gets or sets the color of the font for a field used as a criterion in a group definition. Read/write PjColor.

Syntax

expression. FontColor

expression A variable that represents a GroupCriterion object.

Remarks

The FontColor property can be one of the following PjColor constants:

FontColor FontColor Continued
pjColorAutomatic pjNavy
pjAqua pjOlive
pjBlack pjPurple
pjBlue pjRed
pjFuchsia pjSilver
pjGray pjTeal
pjGreen pjYellow
pjLime pjWhite
pjMaroon

To use a hexadecimal RGB value, see the FontColorEx property of the GroupCriterion2 object.

[!includeSupport and feedback]