Click or drag to resize
HyperTextStylesGetInheritedQuadStyles Method
Gets a table of the inherited quad styles and the sheets on which they are defined.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Dictionary<HyperTextStylesQuad, HyperTextStyles> GetInheritedQuadStyles()

Return Value

Type: DictionaryHyperTextStylesQuad, HyperTextStyles
The inherited quad styles.
See Also