←Select platform

DistanceOpacity Property

Summary

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

Syntax

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

Property Value

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