Class EmfPlusRegionNodeChildNodes
Class EmfPlusRegionNodeChildNodes
Tên không gian: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Tổng hợp: Aspose.Imaging.dll (25.4.0)
Các đối tượng EmfPlusRegionNodeChildNodes xác định các nút trẻ em của một nút vùng đồ họa
public sealed class EmfPlusRegionNodeChildNodes : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusRegionNodeChildNodes
Thành viên thừa kế
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusRegionNodeChildNodes()
public EmfPlusRegionNodeChildNodes()
Properties
Left
Nhận hoặc đặt một đối tượng EmfPlusRegionNode chỉ định nút con bên trái của nút khu vực này.
public EmfPlusRegionNode Left { get; set; }
Giá trị bất động sản
Operation
Nhận hoặc đặt hoạt động.
public EmfPlusRegionNodeChildNodes.NodesOperation Operation { get; set; }
Giá trị bất động sản
EmfPlusRegionNodeChildNodes . NodesOperation
Right
Nhận hoặc đặt một đối tượng EmfPlusRegionNode định nghĩa nút trẻ em đúng của nút khu vực này.
public EmfPlusRegionNode Right { get; set; }