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




Flags that indicate the direction of the rays.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DrawStarCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DrawStarCommandBitmapEffectsFlags
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 

Members

MemberDescription
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.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Rays direction Inside, Outside
Fill rays Inner

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also