IBuild AssemblerTopic Transformation Property
This read-only property returns the topic transformation to use for the presentation style
Definition
Namespace: Sandcastle.Core.BuildAssembler
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#
TopicTransformationCore TopicTransformation { get; }VB
ReadOnly Property TopicTransformation As TopicTransformationCore
GetC++
property TopicTransformationCore^ TopicTransformation {
TopicTransformationCore^ get ();
}F#
abstract TopicTransformation : TopicTransformationCore with get