Flags that indicate the direction of the rays.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DrawStarCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DrawStarCommandBitmapEffectsFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum DrawStarCommandBitmapEffectsFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DrawStarCommandBitmapEffectsFlags : public Enum |
XAML Attributes Usage | |
---|---|
<object property=EnumerationValue .../> |
Member | Description |
---|---|
Inside | The rays are directed toward the center of the star. |
Outside | The rays are directed out from the center of the star. |
Inner | The rays are directed out from the center of the star. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Rays direction | Inside, Outside |
Fill rays | Inner |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.SpecialEffects.DrawStarCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003