←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
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly