Language Specific TextApply Keyword Style Property
This read-only property returns true if the KeywordStyleName will be applied to the
rendered language-specific text or false if not.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
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 bool ApplyKeywordStyle { get; }VB
Public ReadOnly Property ApplyKeywordStyle As Boolean
GetC++
public:
property bool ApplyKeywordStyle {
bool get ();
}F#
member ApplyKeywordStyle : bool with get