Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property Color get_Backcolor();
public: __property void set_Backcolor( 
   Color value
);
C++/CLI 
public:
property Color Backcolor {
   Color get();
   void set (Color value);
}
XAML Attributes Usage 

<object Backcolor =Color >

Dependency 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, and Windows Server 2003

See Also