Presentation Style SettingsTopic Transformation Property
This read-only property returns the topic transformation to use
Definition
Namespace: Sandcastle.Core.PresentationStyle
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 TopicTransformationCore TopicTransformation { get; protected set; }VB
Public Property TopicTransformation As TopicTransformationCore
Get
Protected SetC++
public:
property TopicTransformationCore^ TopicTransformation {
TopicTransformationCore^ get ();
protected: void set (TopicTransformationCore^ value);
}F#
member TopicTransformation : TopicTransformationCore with get, set