NoticeNotice Style Classes Property
For HTML presentation styles, this allows you to set the CSS classes used for the topic notice. If
not set, a default style will be used.
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 NoticeStyleClasses { get; set; }VB
Public Property NoticeStyleClasses As String
Get
SetC++
public:
property String^ NoticeStyleClasses {
String^ get ();
void set (String^ value);
}F#
member NoticeStyleClasses : string with get, set