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



The filling style used for the special effect. The transitionStyle parameter of the PaintTransition method uses this enumeration.

Syntax

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

Members

MemberDescription
AngleClassAngular gradient class
AngleFromLBAngle from left-bottom
AngleFromLTAngle from left-top
AngleFromRBAngle from right-bottom
AngleFromRTAngle from right-top
AngleMaxNumber of transitions in this class.
AngleToLBAngle to left-bottom
AngleToLTAngle to left-top
AngleToRBAngle to right-bottom
AngleToRTAngle to right-top
ConeClassConical gradient 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 transitions in this class.
CrossCross lines
DiagCrossDiagonal cross lines
DownwardDiagnoalDownward diagonal lines
EllipseClassElliptical gradient class
EllipseFromCEllipse from center
EllipseMaxNumber of transitions in this class.
EllipseToCEllipse to center
HorzLineHorizontal lines
Line2CToLAndRLine2 center to left and right
Line2CToLTAndRBLine2 center to left-top and right-bottom
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 to center
Line2RTAndLBToCLine2 right-top and left-bottom to center
Line2TAndBToCLine2 top and bottom to center
LineBToTLine bottom to top
LineClassLinear gradient class
LineLBToRTLine left-bottom to right-top
LineLToRLine left to right
LineLTToRBLine left-top to right-bottom
LineMaxNumber of transitions in this class.
LineRBToLTLine right-bottom to left-top
LineRToLLine right to left
LineRTToLBLine right-top to left-bottom
LineTToBLine top to bottom
PatternClassPattern Class
PatternMaxNumber of patterns in this class.
RectangleClassRectangular gradient class
RectangleFromCRectangle from center
RectangleMaxNumber of transitions in this class.
RectangleToCRectangle to center
SolidSolid filling
UpwardDiagnoalUpward diagonal lines
VertLineVertical lines

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsTransitionStyle

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