SyntaxElementInheritanceHierarchyRenderer Property
This is used to get or set the action delegate use to render the inheritance hierarchy information
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXmlAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public Action<TopicTransformationCore, XElement> InheritanceHierarchyRenderer { get; set; }
Public Property InheritanceHierarchyRenderer As Action(Of TopicTransformationCore, XElement)
Get
Set
public:
property Action<TopicTransformationCore^, XElement^>^ InheritanceHierarchyRenderer {
Action<TopicTransformationCore^, XElement^>^ get ();
void set (Action<TopicTransformationCore^, XElement^>^ value);
}
member InheritanceHierarchyRenderer : Action<TopicTransformationCore, XElement> with get, set
Property Value
ActionTopicTransformationCore,
XElement