Click or drag to resize
HyperTextShouldOverrideStylesFontColor Property
Gets or sets a value indicating whether this HyperText should override the font color specified in styles, if one is assigned.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool ShouldOverrideStylesFontColor { get; set; }

Property Value

Type: Boolean
if should override the font color specified in styles; otherwise, .
See Also