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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

StarHeight Property








Gets or sets the star height.
Syntax
public int StarHeight {get; set;}
public int StarHeight {get; set;}
 
get_StarHeight();
set_StarHeight(value);
Object.defineProperty('StarHeight');
public:
property int StarHeight {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property StarHeight As Integer
 
'Usage
 
Dim instance As DrawStarCommand
Dim value As Integer
 
instance.StarHeight = value
 
value = instance.StarHeight

Property Value

Star height. This property only accepts positive values.
Example
Refer to DrawStarCommand.
Requirements

Target Platforms

See Also

Reference

DrawStarCommand Class
DrawStarCommand Members

Error processing SSI file