Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Flags Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > DiceEffectCommandBitmapEffect Class : Flags Property





Gets or sets flags that specify how to apply the effect.

Syntax

Visual Basic (Declaration) 
Public Property Flags As DiceEffectCommandBitmapEffectsFlags
Visual Basic (Usage)Copy Code
Dim instance As DiceEffectCommandBitmapEffect
Dim value As DiceEffectCommandBitmapEffectsFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public DiceEffectCommandBitmapEffectsFlags Flags {get; set;}
Managed Extensions for C++ 
public: __property DiceEffectCommandBitmapEffectsFlags get_Flags();
public: __property void set_Flags( 
   DiceEffectCommandBitmapEffectsFlags value
);
XAML Attributes Usage 

<object Flags =DiceEffectCommandBitmapEffectsFlags >

Dependency Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

Return Value

Value that specifies how to apply the effect.

Example

For XAML example, refer to DiceEffectCommandBitmapEffect.

For C#/VB examples, refer to DiceEffectCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also