Visual Basic (Declaration) | |
---|---|
Public Enum SpecialEffectsTransitionStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum SpecialEffectsTransitionStyle : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum SpecialEffectsTransitionStyle : public Enum |
C++/CLI | |
---|---|
public enum class SpecialEffectsTransitionStyle : public Enum |
Member | Description |
---|---|
PatternClass | Pattern Class |
Solid | Solid filling |
HorzLine | Horizontal lines |
VertLine | Vertical lines |
DownwardDiagnoal | Downward diagonal lines |
UpwardDiagnoal | Upward diagonal lines |
Cross | Cross lines |
DiagCross | Diagonal cross lines |
PatternMax | Number of patterns in this class. |
LineClass | Linear gradient class |
LineLToR | Line left to right |
LineRToL | Line right to left |
LineTToB | Line top to bottom |
LineBToT | Line bottom to top |
LineLTToRB | Line left-top to right-bottom |
LineLBToRT | Line left-bottom to right-top |
LineRTToLB | Line right-top to left-bottom |
LineRBToLT | Line right-bottom to left-top |
Line2LAndRToC | Line2 left and right to center |
Line2CToLAndR | Line2 center to left and right |
Line2TAndBToC | Line2 top and bottom to center |
Line2CToTAndB | Line2 center to top and bottom |
Line2LTAndRBToC | Line2 left-top and right-bottom to center |
Line2CToLTAndRB | Line2 center to left-top and right-bottom |
Line2RTAndLBToC | Line2 right-top and left-bottom to center |
Line2CToRTAndLB | Line2 center to right-top and left-bottom |
LineMax | Number of transitions in this class. |
AngleClass | Angular gradient class |
AngleToLT | Angle to left-top |
AngleToLB | Angle to left-bottom |
AngleToRT | Angle to right-top |
AngleToRB | Angle to right-bottom |
AngleFromLT | Angle from left-top |
AngleFromLB | Angle from left-bottom |
AngleFromRT | Angle from right-top |
AngleFromRB | Angle from right-bottom |
AngleMax | Number of transitions in this class. |
RectangleClass | Rectangular gradient class |
RectangleToC | Rectangle to center |
RectangleFromC | Rectangle from center |
RectangleMax | Number of transitions in this class. |
EllipseClass | Elliptical gradient class |
EllipseToC | Ellipse to center |
EllipseFromC | Ellipse from center |
EllipseMax | Number of transitions in this class. |
ConeClass | Conical gradient class |
ConeFromL | Cone from left |
ConeFromR | Cone from right |
ConeFromT | Cone from top |
ConeFromB | Cone from bottom |
ConeFromLT | Cone from left-top |
ConeFromLB | Cone from left-bottom |
ConeFromRT | Cone from right-top |
ConeFromRB | Cone from right-bottom |
ConeMax | Number of transitions in this class. |
System.Object
System.ValueType
System.Enum
Leadtools.SpecialEffects.SpecialEffectsTransitionStyle
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