 | SandcastleProjectPresentationStyle Property |
This is used to get or set the presentation style for the help topic pages.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic string PresentationStyle { get; set; }Public Property PresentationStyle As String
Get
Set
public:
property String^ PresentationStyle {
String^ get ();
void set (String^ value);
}member PresentationStyle : string with get, set
Property Value
Type:
StringThe default is to use the VS2013 style.
See Also