Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum MosaicTilesCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum MosaicTilesCommandBitmapEffectsFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum MosaicTilesCommandBitmapEffectsFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class MosaicTilesCommandBitmapEffectsFlags : public Enum |
XAML Attributes Usage | |
---|---|
<object property=EnumerationValue .../> |
Member | Description |
---|---|
Cartesian | Draws rectangular tiles using Cartesian coordinates. If this flag is used, the TileWidth property will contain the tile width in pixels, and the TileHeight property will contain the tile height in pixels. |
Polar | Draw arc-shaped tiles using polar coordinates. If this flag is used, the TileWidth property will contain the angular component of the tile, in degrees, and the TileHeight property will contain the radial component of the tile in pixels. |
ShadowFlat | Do not apply a shadow. |
ShadowRGB | Apply colored shadows. |
ShadowGray | Apply grayscale shadows. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Drawing Shape | Cartesian, Polar |
Shadow | Flat, Gray, Colored |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.SpecialEffects.MosaicTilesCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003