←Select platform

Border Property

Summary

Gets or sets the value that indicates the border width, in pixels.

Syntax
C#
VB
C++
public int Border { get; set; } 
  
Public Property Border As Integer 
public: 
property int Border { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the border width, in pixels. The valid range is from 1 to 15.

Example

Refer to RomanMosaicCommand example.

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