Class EmfPlusRegionNodeChildNodes
The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node
public sealed class EmfPlusRegionNodeChildNodes : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusRegionNodeChildNodes
- Inherited Members
Constructors
EmfPlusRegionNodeChildNodes()
public EmfPlusRegionNodeChildNodes()
Properties
Left
Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node.
public EmfPlusRegionNode Left { get; set; }
Property Value
Operation
Gets or sets the operation.
public EmfPlusRegionNodeChildNodes.NodesOperation Operation { get; set; }
Property Value
- EmfPlusRegionNodeChildNodes.NodesOperation
The operation.
Right
Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node.
public EmfPlusRegionNode Right { get; set; }