Code Snippet Group Element TabbedCode Snippet Container Tab Phantom Style Property
This is used to get or set the code snippet container tab phantom 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 "codeSnippetContainerTabPhantom"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string CodeSnippetContainerTabPhantomStyle { get; set; }VB
Public Property CodeSnippetContainerTabPhantomStyle As String
Get
SetC++
public:
property String^ CodeSnippetContainerTabPhantomStyle {
String^ get ();
void set (String^ value);
}F#
member CodeSnippetContainerTabPhantomStyle : string with get, setProperty Value
StringThe default if not set explicitly is "codeSnippetContainerTabPhantom"