←Select platform

SpecialEffectsGradientStyle Enumeration

Summary

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

Syntax

C#
VB
C++
  
Public Enum SpecialEffectsGradientStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum SpecialEffectsGradientStyle 
public enum class SpecialEffectsGradientStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
1000LineClassLinear class
1000LineLToRLine left to right
1001LineRToLLine right to left
1002LineTToBLine top to bottom
1003LineBToTLine bottom to top
1004LineLTToRBLine left-top to right-bottom
1005LineLBToRTLine left-bottom to right-top
1006LineRTToLBLine right-top to left-bottom
1007LineRBToLTLine right-bottom to left-top
1008Line2LAndRToCLine2 left and right to center
1009Line2CToLAndRLine2 center to left and right
1010Line2TAndBToCLine2 top and bottom to center
1011Line2CToTAndBLine2 center to top and bottom
1012Line2LTAndRBToCLine2 left-top and right-bottom
1013Line2CToLTAndRBLine2 center to left-top and rig
1014Line2RTAndLBToCLine2 right-top and left-bottom
1015LineMaxNumber of gradients in this class.
1015Line2CToRTAndLBLine2 center to right-top and left-bottom
2000AngleClassAngular class
2000AngleToLTAngle to left-top
2001AngleToLBAngle to left-bottom
2002AngleToRTAngle to right-top
2003AngleToRBAngle to right-bottom
2004AngleFromLTAngle from left-top
2005AngleFromLBAngle from left-bottom
2006AngleFromRTAngle from right-top
2007AngleFromRBAngle from right-bottom
2007AngleMaxNumber of gradients in this class.
3000RectangleClassRectangular class
3000RectangleToCRectangle to center
3001RectangleMaxNumber of gradients in this class.
3001RectangleFromCRectangle from center
4000EllipseClassElliptical class
4000EllipseToCEllipse to center
4001EllipseFromCEllipse from center
4001EllipseMaxNumber of gradients in this class.
5000ConeFromLCone from left
5000ConeClassConical class
5001ConeFromRCone from right
5002ConeFromTCone from top
5003ConeFromBCone from bottom
5004ConeFromLTCone from left-top
5005ConeFromLBCone from left-bottom
5006ConeFromRTCone from right-top
5007ConeMaxNumber of gradients in this class.
5007ConeFromRBCone from right-bottom
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly