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 > GlassEffectCommandBitmapEffect Class : Flags Property





Flags that indicate what type of data is in the CellWidth and CellHeight properties.

Syntax

Visual Basic (Declaration) 
Public Property Flags As GlassEffectCommandBitmapEffectsFlags
Visual Basic (Usage)Copy Code
Dim instance As GlassEffectCommandBitmapEffect
Dim value As GlassEffectCommandBitmapEffectsFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public GlassEffectCommandBitmapEffectsFlags Flags {get; set;}
C++/CLI 
public:
property GlassEffectCommandBitmapEffectsFlags Flags {
   GlassEffectCommandBitmapEffectsFlags get();
   void set (GlassEffectCommandBitmapEffectsFlags value);
}
XAML Attributes Usage 

<object Flags =GlassEffectCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Flags =GlassEffectCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

Return Value

Value that indicates what type of data is in the CellWidth and CellHeight properties.

Example

For XAML example, refer to GlassEffectCommandBitmapEffect.

For C#/VB examples, refer to GlassEffectCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also