MindFusion.Wpf Pack Programmer's Guide
Diagram.TableHandlesStyle Property
See Also
 





Gets or sets the default value for the HandlesStyle property of new tables.

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

 Syntax

C#  Copy Code

public HandlesStyle TableHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property TableHandlesStyle As HandlesStyle

 Property Value

One of the HandlesStyle enumeration values.

 Remarks

Default value for the HandlesStyle property of new tables, created either programmatically or by the user. That property specifies how selected tables are indicated visually, and how they can be moved, resized or connected to other objects.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace