MsoEditingType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the editing type of a node.
public enum class MsoEditingType
public enum MsoEditingType
type MsoEditingType =
Public Enum MsoEditingType
- Inheritance
-
MsoEditingType
Fields
Name | Value | Description |
---|---|---|
msoEditingAuto | 0 | Editing type is appropriate to the segments being connected. |
msoEditingCorner | 1 | Corner node. |
msoEditingSmooth | 2 | Smooth node. |
msoEditingSymmetric | 3 | Symmetric node. |