LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

BorderColor Property (PuzzleEffectCommand)






Gets or sets the color of the border that will be drawn around the blocks. .NET support WinRT support
Syntax
public RasterColor BorderColor {get; set;}
'Declaration
 
Public Property BorderColor As RasterColor
'Usage
 
Dim instance As PuzzleEffectCommand
Dim value As RasterColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public RasterColor BorderColor {get; set;}
 get_BorderColor();
set_BorderColor(value);
public:
property RasterColor BorderColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

If the PuzzleEffectCommandFlags.Border flag is set in the Flags property, this value represents the color of the border that will be drawn around the blocks. This property is ignored if the PuzzleEffectCommandFlags.Border flag is not set.
Example
Refer to PuzzleEffectCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PuzzleEffectCommand Class
PuzzleEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.