Search
RenderOptionsAttached Class
Remarks See Also
 





Provides attached properties for RenderOptions that can propagate down the WPF visual tree.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public sealed class RenderOptionsAttached

Visual Basic  Copy Code

Public NotInheritable Class RenderOptionsAttached

 Remarks

Custom node templates can bind element properties to properties of ActiveOptions to match visibility filters set by PrintOptions, or Overview properties such as DisplayText.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.RenderOptionsAttached

 See Also