RuleValue Class

Rule value.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramRuleValue

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

The RuleValue type exposes the following members.

Constructors
  NameDescription
Public methodRuleValue
Constructor.
Properties
  NameDescription
Public propertyFormula
Represents the element's formula. This attribute can contain one of the following strings: "someFormula" if the formula exists locally, "No Formula" if the formula is locally deleted or blocked, or "Inh" if the formula is inherited. If the attribute is not present, the element's formula is a simple constant. For example, 5.
Public propertyValue
Rule 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