←Select platform

BorderColor Property

Summary

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

Syntax
C#
VB
C++
public RasterColor BorderColor { get; set; } 
  
Public Property BorderColor As RasterColor 
public: 
property RasterColor BorderColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly