Gets or sets the theme-level style for shape nodes. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Style ShapeNodeStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShapeNodeStyle As Style |
A System.Windows.Style instance.
This property provides a shortcut for associating a style with the ShapeNode type in the current theme.
Xaml Copy Code |
---|
<diag:Diagram Name="diagram" |