Visual Basic (Declaration) | |
---|---|
Public Enum SpecialEffectsGradientStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum SpecialEffectsGradientStyle : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum SpecialEffectsGradientStyle : public Enum |
C++/CLI | |
---|---|
public enum class SpecialEffectsGradientStyle : public Enum |
Member | Description |
---|---|
LineClass | Linear 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 |
Line2CToLTAndRB | Line2 center to left-top and rig |
Line2RTAndLBToC | Line2 right-top and left-bottom |
Line2CToRTAndLB | Line2 center to right-top and left-bottom |
LineMax | Number of gradients in this class. |
AngleClass | Angular 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 gradients in this class. |
RectangleClass | Rectangular class |
RectangleToC | Rectangle to center |
RectangleFromC | Rectangle from center |
RectangleMax | Number of gradients in this class. |
EllipseClass | Elliptical class |
EllipseToC | Ellipse to center |
EllipseFromC | Ellipse from center |
EllipseMax | Number of gradients in this class. |
ConeClass | Conical 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 gradients in this class. |
System.Object
System.ValueType
System.Enum
Leadtools.SpecialEffects.SpecialEffectsGradientStyle
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