Visual Basic (Declaration) | |
---|---|
Public Property Flags As ApplyMathematicalLogicCommandBitmapEffectsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ApplyMathematicalLogicCommandBitmapEffectsFlags Flags {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ApplyMathematicalLogicCommandBitmapEffectsFlags get_Flags(); public: __property void set_Flags( ApplyMathematicalLogicCommandBitmapEffectsFlags value ); |
C++/CLI | |
---|---|
public: property ApplyMathematicalLogicCommandBitmapEffectsFlags Flags { ApplyMathematicalLogicCommandBitmapEffectsFlags get(); void set (ApplyMathematicalLogicCommandBitmapEffectsFlags value); } |
XAML Attributes Usage | |
---|---|
<object Flags =ApplyMathematicalLogicCommandBitmapEffectsFlags > |
Dependency Property Information | |
---|---|
Identifier field | FlagsProperty |
Metadata properties set to true | None |
Return Value
Flags that indicate the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values.For XAML example, refer to ApplyMathematicalLogicCommandBitmapEffect.
For C#/VB examples, refer to ApplyMathematicalLogicCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003