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





Gets or sets the value that indicates the transparency, in percent.

Syntax

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

<object Opacity =int >

Dependencies Property Information 

Identifier field

OpacityProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Opacity =int >

Dependencies Property Information 

Identifier field

OpacityProperty

Metadata properties set to true

None

Return Value

Value that indicates the transparency, in percent, of the copy in comparison to the original image. The valid range is from 0 to 100. A value of 0 means the resulting image will be black. A value of 100 means that each copy's value will comprise 25% of the result.

Example

For XAML example, refer to FragmentCommandBitmapEffect.

For C#/VB examples, refer to FragmentCommandBitmapEffect.

Requirements

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

See Also