StyleCollection Class

A dictionary of ControlState/Style pairs

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public class StyleCollection : Dictionary<ControlState, Style>
Public Class StyleCollection _
	Inherits Dictionary(Of ControlState, Style)
public ref class StyleCollection : public Dictionary<ControlState^, Style^>

Inheritance Hierarchy


Dictionary<(Of <(<'ControlState, Style>)>)>
  Squid..::..StyleCollection