Search
Diagram.TableHandlesStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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