Language Filter ItemKeyword Style Property
This read-only property is used to get the keyword style to use for the language filter selection
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string KeywordStyle { get; }VB
Public ReadOnly Property KeywordStyle As String
GetC++
public:
property String^ KeywordStyle {
String^ get ();
}F#
member KeywordStyle : string with get