LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SpecialEffectsGradientStyle Enumeration
See Also  
Leadtools.SpecialEffects Namespace : SpecialEffectsGradientStyle Enumeration



The gradient direction (one color transitioning to another). The gradientStyle parameter of the GradientFillRectangle method uses this enumeration.

Syntax

Visual Basic (Declaration) 
Public Enum SpecialEffectsGradientStyle 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As SpecialEffectsGradientStyle
C# 
public enum SpecialEffectsGradientStyle : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class SpecialEffectsGradientStyle : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AngleClassAngular class
AngleFromLBAngle from left-bottom
AngleFromLTAngle from left-top
AngleFromRBAngle from right-bottom
AngleFromRTAngle from right-top
AngleMaxNumber of gradients in this class.
AngleToLBAngle to left-bottom
AngleToLTAngle to left-top
AngleToRBAngle to right-bottom
AngleToRTAngle to right-top
ConeClassConical class
ConeFromBCone from bottom
ConeFromLCone from left
ConeFromLBCone from left-bottom
ConeFromLTCone from left-top
ConeFromRCone from right
ConeFromRBCone from right-bottom
ConeFromRTCone from right-top
ConeFromTCone from top
ConeMaxNumber of gradients in this class.
EllipseClassElliptical class
EllipseFromCEllipse from center
EllipseMaxNumber of gradients in this class.
EllipseToCEllipse to center
Line2CToLAndRLine2 center to left and right
Line2CToLTAndRBLine2 center to left-top and rig
Line2CToRTAndLBLine2 center to right-top and left-bottom
Line2CToTAndBLine2 center to top and bottom
Line2LAndRToCLine2 left and right to center
Line2LTAndRBToCLine2 left-top and right-bottom
Line2RTAndLBToCLine2 right-top and left-bottom
Line2TAndBToCLine2 top and bottom to center
LineBToTLine bottom to top
LineClassLinear class
LineLBToRTLine left-bottom to right-top
LineLToRLine left to right
LineLTToRBLine left-top to right-bottom
LineMaxNumber of gradients in this class.
LineRBToLTLine right-bottom to left-top
LineRToLLine right to left
LineRTToLBLine right-top to left-bottom
LineTToBLine top to bottom
RectangleClassRectangular class
RectangleFromCRectangle from center
RectangleMaxNumber of gradients in this class.
RectangleToCRectangle to center

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsGradientStyle

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also