Search
Diagram.ShapeNodeStyle Property
See Also
 






Gets or sets the theme-level style for shape nodes. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Style ShapeNodeStyle { get; set; }

Visual Basic  Copy Code

Public Property ShapeNodeStyle As Style

 Property Value

An instance of the Style class.

 Remarks

This property provides a shortcut for associating a style with the ShapeNode type in the current theme.

 See Also