ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / GradientPointType Enumeration

In This Topic
    GradientPointType Enumeration
    In This Topic
    Represents the gradient point type.
    Syntax
    'Declaration
     
    
    Public Enum GradientPointType 
       Inherits System.Enum
    public enum GradientPointType : 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