←Select platform

BorderColor Property

Summary

Gets or sets the color of the border that will be drawn around the blocks.

Syntax

C#
VB
WinRT C#
C++
public RasterColor BorderColor { get; set; } 
  
Public Property BorderColor As Leadtools.RasterColor 
public Leadtools.RasterColor BorderColor {get; set;} 
  
get_BorderColor(); 
set_BorderColor(value); 
Object.defineProperty('BorderColor');  
public: 
property Leadtools.RasterColor BorderColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly