←Select platform

AngleOpacity Property

Summary

Gets or sets the percent of feathering in towards or outward from the spoke border.

Syntax

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

Property Value

Percent of feathering in towards or outward from 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