Gets or sets the theme-level style for treeview nodes. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Style TreeViewNodeStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TreeViewNodeStyle As Style |
An instance of the Sytle class.
RemarksThis property provides a shortcut for associating a style with the TreeViewNode type in the current theme.
See Also