Contains css classes for each button, the key is the name of the button's social network and the value represents css class names of the corresponding button (separated by space). Keys: "facebook", "twitter", "google", "linkedin"

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Dictionary<string, string> ButtonCssClasses
Visual Basic
Public ButtonCssClasses As Dictionary(Of String, String)
Visual C++
public:
Dictionary<String^, String^>^ ButtonCssClasses
F#
val mutable ButtonCssClasses: Dictionary<string, string>

Field Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also