Code Snippet Group Element TabbedCode Snippet Tool Bar Text Style Property
This is used to get or set the code snippet toolbar text style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not set explicitly is "codeSnippetToolBarText"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string CodeSnippetToolBarTextStyle { get; set; }VB
Public Property CodeSnippetToolBarTextStyle As String
Get
SetC++
public:
property String^ CodeSnippetToolBarTextStyle {
String^ get ();
void set (String^ value);
}F#
member CodeSnippetToolBarTextStyle : string with get, setProperty Value
StringThe default if not set explicitly is "codeSnippetToolBarText"