CustomProp Class

CustomProp stucture.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramCustomProp

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class CustomProp

The CustomProp type exposes the following members.

Constructors
  NameDescription
Public methodCustomProp
Initializes a new instance of the CustomProp class
Properties
  NameDescription
Public propertyCustomValue
Value of property.
Public propertyName
The name of the custom property.
Public propertyPropType
The data type of the custom property.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also