ArcFM Engine Developer Guide
GradientStyle Enumeration


Defines how the size of tabs are to be handled.
Syntax
'Declaration
 
Public Enum GradientStyle 
   Inherits System.Enum
'Usage
 
Dim instance As GradientStyle
public enum GradientStyle : System.Enum 
Members
MemberDescription
BackwardDiagonalSpecifies a gradient from upper right to lower left.
CircularSpecifies a circular gradient from the center (primary color) to the outer edges.
DefaultThe default style when no style is specified.
EllipticalSpecifies an elliptical gradient from the center (primary color) to the outer edges.
ForwardDiagonalSpecifies a gradient from upper left to lower right.
HorizontalSpecifies a gradient from left to right.
HorizontalBumpSpecifies a gradient from the middle (second color) to left and right.
NoneNo gradient. Use solid or hatch backcolor.
RectangularSpecifies a rectangular gradient from the center (primary color) to the outer edges.
VerticalSpecifies a gradient from top to bottom.
VerticalBumpSpecifies a gradient from the middle (second color) to top and bottom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.GradientStyle

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.Windows Namespace

 

 


Send Comment