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





Gets or sets the background color.

Syntax

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

<object Backcolor =Color >

Dependencies Property Information 

Identifier field

BackcolorProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Backcolor =Color >

Dependencies Property Information 

Identifier field

BackcolorProperty

Metadata properties set to true

None

Return Value

The background color.

Example

For XAML example, refer to PerlinCommandBitmapEffect.

For C#/VB examples, refer to PerlinCommandBitmapEffect.

Requirements

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

See Also