Click or drag to resize
HyperTextShouldOverrideStylesLineSpacing Property
Gets or sets a value indicating whether this instance should override the line spacing 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 ShouldOverrideStylesLineSpacing { get; set; }

Property Value

Type: Boolean
if the line spacing specified in styles should be overridden; otherwise, .
See Also