StructureTextState.ForegroundColor

StructureTextState.ForegroundColor property

Gets or sets foreground color of the text.

public Color ForegroundColor { get; set; }

Remarks

Can be null. Use null to inherit ForegroundColor property from parent structure element.

See Also