LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

StarWidth Property

Show in webframe







Gets or sets the star width.
Syntax
public int StarWidth {get; set;}
'Declaration
 
Public Property StarWidth As Integer
'Usage
 
Dim instance As DrawStarCommand
Dim value As Integer
 
instance.StarWidth = value
 
value = instance.StarWidth
public int StarWidth {get; set;}

            

            
 
get_StarWidth();
set_StarWidth(value);
Object.defineProperty('StarWidth');
public:
property int StarWidth {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

DrawStarCommand Class
DrawStarCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.