Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
GlassEffectCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.SpecialEffects Namespace : GlassEffectCommandBitmapEffectsFlags Enumeration





Enumeration that indicates what type of data is in the CellWidth and CellHeight properties or the cellWidth and cellHeight parameters.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum GlassEffectCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GlassEffectCommandBitmapEffectsFlags
C# 
[FlagsAttribute()]
public enum GlassEffectCommandBitmapEffectsFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum GlassEffectCommandBitmapEffectsFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class GlassEffectCommandBitmapEffectsFlags : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
None Reserved.
WidthFrequency The CellWidth property or cellWidth parameter is the number of cells along the width of the image.
WidthPeriod The CellWidth property or the cellWidth parameter is the width of the cell in pixels.
HeightFrequency The CellHeight property or the cellHeight parameter is the number of cells along the height of the image.
HeightPeriod The CellHeight property or the cellHeight parameter is the height of the cell in pixels.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Flags that indicate the type of data in the CellWidth property.WidthFrequency, WidthPeriod
Flags that indicate the type of data in the CellHeight property.HeightFrequency, HeightPeriod

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.SpecialEffects.GlassEffectCommandBitmapEffectsFlags

Requirements

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

See Also