Parameters ElementParameter Style Property
This is used to get or set the parameter style for HTML presentation styles
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not set explicitly is "parameter"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ParameterStyle { get; set; }VB
Public Property ParameterStyle As String
Get
SetC++
public:
property String^ ParameterStyle {
String^ get ();
void set (String^ value);
}F#
member ParameterStyle : string with get, setProperty Value
StringThe default if not set explicitly is "parameter"