BitmapEffectInput Property
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > ModalDialog Class : BitmapEffectInput Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>
Public Property BitmapEffectInput As BitmapEffectInput
Visual Basic (Usage) Copy Code
Dim instance As ModalDialog
Dim value As BitmapEffectInput
 
instance.BitmapEffectInput = value
 
value = instance.BitmapEffectInput
C#  
[Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
public BitmapEffectInput BitmapEffectInput {get; set;}
C++/CLI  
[Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
public:
property BitmapEffectInput^ BitmapEffectInput {
   BitmapEffectInput^ get();
   void set (    BitmapEffectInput^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also