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

Show in webframe

BorderColor Property (DiceEffectCommand)








Gets or sets the color of the border that will be drawn around the dice blocks.
Syntax
public RasterColor BorderColor {get; set;}
'Declaration
 
Public Property BorderColor As RasterColor
'Usage
 
Dim instance As DiceEffectCommand
Dim value As RasterColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public RasterColor BorderColor {get; set;}

            

            
 
get_BorderColor();
set_BorderColor(value);
Object.defineProperty('BorderColor');
public:
property RasterColor BorderColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The color of the border that will be drawn around the dice blocks. This property will be used only if the DiceEffectCommandFlags.Border flag is set.
Example
Refer to DiceEffectCommand.
Requirements

Target Platforms

See Also

Reference

DiceEffectCommand Class
DiceEffectCommand Members

Error processing SSI file