Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum GlassEffectCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 .../> |
Member | Description |
---|---|
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. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.SpecialEffects.GlassEffectCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003