Provides attached properties for RenderOptions that can propagate down the WPF visual tree.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public sealed class RenderOptionsAttached |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class RenderOptionsAttached |
RemarksCustom node templates can bind element properties to properties of ActiveOptions to match visibility filters set by PrintOptions, or Overview properties such as DisplayText.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.RenderOptionsAttached
See Also