DiagramLite Programmer's Guide
Diagram.TableNodeStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Style TableNodeStyle { get; set; }

Visual Basic  Copy Code

Public Property TableNodeStyle As Style

 Property Value

A System.Windows.Style instance.

 Remarks

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

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Styles and Themes