NShape Reference
ControlPointCapabilities Enumeration

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape >

NShape Reference
ControlPointCapabilities Enumeration

Previous pageReturn to chapter overviewNext page

Specifies the capabilities of a shape's control point.

Syntax

[Flags]
public enum ControlPointCapabilities {
 None = 0x0,
 Reference = 0x01,
 Resize = 0x02,
 Rotate = 0x04,
 Connect = 0x08,
 Glue = 0x10,
 All = 0xFF
}

Description

Specifies the capabilities of a shape's control point.

Values

Name

Value

None

Nothing

Reference

Reference Point

Resize

Used for resizing the shape.

Rotate

Used for rotating the shape.

Connect

Glue Points can connect to this point.

Glue

Used for connecting to connection points.

All

All capabilities.

Requirements

Namespace: Dataweb.NShape

Assembly: Dataweb.NShape