CustomValue Class

Value of property.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramCustomValue

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

The CustomValue type exposes the following members.

Constructors
  NameDescription
Public methodCustomValue
Initializes a new instance of the CustomValue class
Properties
  NameDescription
Public propertyValueBool
Boolean value.
Public propertyValueDate
Date and time value.
Public propertyValueNumber
Number value.
Public propertyValueString
String value.
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