Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property DiceEffectCommandBitmapEffectsFlags Flags {
   DiceEffectCommandBitmapEffectsFlags get();
   void set (DiceEffectCommandBitmapEffectsFlags value);
}
XAML Attributes Usage 

<object Flags =DiceEffectCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Flags =DiceEffectCommandBitmapEffectsFlags >

Dependencies 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, Windows Server 2008 family

See Also