Markdown Conversion TransformationStyle Sheet Path Property
This is used to get or set the path used for style sheets in the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Conversion
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 override string StyleSheetPath { get; set; }VB
Public Overrides Property StyleSheetPath As String
Get
SetC++
public:
virtual property String^ StyleSheetPath {
String^ get () override;
void set (String^ value) override;
}F#
abstract StyleSheetPath : string with get, set
override StyleSheetPath : string with get, setProperty Value
StringRemarks
Not used by this transformation