←Select platform

BorderOpacity Property

Summary

Gets or sets the transparency, in percent, of the spoke border.

Syntax

C#
VB
WinRT C#
C++
public int BorderOpacity { get; set; } 
  
Public Property BorderOpacity As Integer 
public int BorderOpacity {get; set;} 
  
get_BorderOpacity(); 
set_BorderOpacity(value); 
Object.defineProperty('BorderOpacity');  
public: 
property int BorderOpacity { 
   int get(); 
   void set (    int ); 
} 

Property Value

Transparency, in percent, of the spoke border. The valid range is from -100 to 100.

Example

Refer to DrawStarCommand.

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