C1.Win.RulesManager Namespace / GradientPointType Enumeration

GradientPointType Enumeration
Represents the gradient point type.
Syntax
'Declaration
 
Public Enum GradientPointType 
   Inherits System.Enum
 
Members
MemberDescription
MaxValueMaximum value.
MinValueMinimum value.
NotSelectedType is not specified.
NumericNumeric value.
PercentPercent of the maximum value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.RulesManager.GradientPointType

See Also