Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BorderOpacity Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > DrawStarCommandBitmapEffect Class : BorderOpacity Property





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

Syntax

Visual Basic (Declaration) 
Public Property BorderOpacity As Integer
Visual Basic (Usage)Copy Code
Dim instance As DrawStarCommandBitmapEffect
Dim value As Integer
 
instance.BorderOpacity = value
 
value = instance.BorderOpacity
C# 
public int BorderOpacity {get; set;}
C++/CLI 
public:
property int BorderOpacity {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object BorderOpacity =int >

Dependencies Property Information 

Identifier field

BorderOpacityProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object BorderOpacity =int >

Dependencies Property Information 

Identifier field

BorderOpacityProperty

Metadata properties set to true

None

Return Value

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

Example

For XAML example, refer to DrawStarCommandBitmapEffect.

For C#/VB examples, refer to DrawStarCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also