Visual Basic (Declaration) | |
---|---|
Public Property EffectsFlags As ImageEffectsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ImageEffectsFlags EffectsFlags {get; set;} |
C++/CLI | |
---|---|
public: property ImageEffectsFlags EffectsFlags { ImageEffectsFlags get(); void set (ImageEffectsFlags value); } |
Return Value
Flags that indicate which effects will be used. The default value is None.
If the NegotiateHighlight is set, then the EffectsHighlight property will be used.
If the NegotiateContrast is set, then the EffectsContrast property will be used.
If the NegotiateBrightness is set, then the EffectsBrightness property will be used.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family