Media Link ElementCaption Style Property
This is used to get or set the image caption style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
No style is applied if not set explicitly
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string CaptionStyle { get; set; }VB
Public Property CaptionStyle As String
Get
SetC++
public:
property String^ CaptionStyle {
String^ get ();
void set (String^ value);
}F#
member CaptionStyle : string with get, setProperty Value
StringNo style is applied if not set explicitly