Type

EmfPlusRegionNode.Type property

Gets or sets 32-bit unsigned integer that specifies the type of data in the RegionNodeData field. This value MUST be defined in the RegionNodeDataType enumeration (section 2.1.1.27).

public EmfPlusRegionNodeDataType Type { get; set; }

See Also