SyntaxGeneratorTemplateStyleId Property
This is used to get or set the style ID
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string StyleId { get; protected set; }
Public Property StyleId As String
Get
Protected Set
public:
property String^ StyleId {
String^ get ();
protected: void set (String^ value);
}
member StyleId : string with get, set
Property Value
StringThis is used as the code style ID added as an attribute to the
divelement written
to the topics. The presentation style XSL transformations will use it to group common language
elements such as language-specific text and code snippets so that they can be shown and hidden
together.