Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

RingCount Property








Gets or sets the number of rings.
Syntax
public int RingCount {get; set;}
'Declaration
 
Public Property RingCount As Integer
'Usage
 
Dim instance As RingEffectCommand
Dim value As Integer
 
instance.RingCount = value
 
value = instance.RingCount
public int RingCount {get; set;}

            

            
 
get_RingCount();
set_RingCount(value);
Object.defineProperty('RingCount');
public:
property int RingCount {
   int get();
   void set (    int value);
}

Property Value

Number of rings. Only positive values are accepted.
Example
Refer to RingEffectCommand.
Requirements

Target Platforms

See Also

Reference

RingEffectCommand Class
RingEffectCommand Members

Error processing SSI file