←Select platform

NumberOfEntries Property

Summary
A variable to be updated with the total number of entries between the start color and the end color. The start color and end color are determined internally.
Syntax
C#
VB
Objective-C
C++
Java
public int NumberOfEntries { get; set; } 
Public Property NumberOfEntries As Integer 
@property (nonatomic, assign) NSInteger numberOfEntries 
public int getNumberOfEntries() 
public void setNumberOfEntries(int value) 
public: 
property int NumberOfEntries { 
   int get(); 
   void set (    int ); 
} 

Property Value

A variable to be updated with total number of entries between the start color and the end color.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.