dbicMeter Send comments on this topic.
enumFillType Enumeration
See Also  
dbicBase Assembly > Dbi Namespace : enumFillType Enumeration

The type of background pattern to display.

Syntax

Visual Basic (Declaration) 
Public Enum enumFillType 
   Inherits System.Enum
C# 
public enum enumFillType : System.Enum 

Members

MemberDescription
CircleThe *BackColor (BackColorFrom) property will appear on all four sides of the control, and gradually turn into the *BackColorTo property towards the center of the control, displaying a circle
DefaultThe default fill type.
DiagonalThe *BackColor (BackColorFrom) property will appear in the bottom/right corner of the control, and gradually turn into the *BackColorTo property in the top/left corner of the control.
DiamondThe *BackColor (BackColorFrom) property will appear on all four corners of the control, and gradually turn into the *BackColorTo property towards the center of the control.  A vertical and horizontal line will be displayed in the *BackColorTo value.
EllipseThe *BackColor (BackColorFrom) property will appear on all four sides of the control, and gradually turn into the *BackColorTo property towards the center of the control, displaying a circle.  The circle in this pattern is more defined that in the Circle fill type.
HorizontalThe *BackColor (BackColorFrom) property will appear on the left side of the control, and gradually turn into the *BackColorTo property on the right of the control.
HorizontalBumpThe *BackColor (BackColorFrom) property will appear on the left and right sides of the control, and gradually turn into the *BackColorTo property towards the center of the control.
HorizontalEdge

A style where the Backcolor (BackColorFrom) meets the BackColorTo at a sharp horizontal point.

PyramidThe *BackColor (BackColorFrom) property will appear on all four corners of the control, and gradually turn into the *BackColorTo property towards the center of the control.  A diagonal line from each corner will be displayed in the *BackColorTo value.
ReverseDiagonalThe *BackColor (BackColorFrom) property will appear in the bottom/left corner of the control, and gradually turn into the *BackColorTo property in the top/right corner of the control.
SolidOnly the *BackColor (BackColorFrom) property will be displayed  
StarburstA unique fill style with a bezier curve used in the fill style.
VerticalThe *BackColor (BackColorFrom) property will appear on the top of the control, and gradually turn into the *BackColorTo property on the bottom of the control.
VerticalBumpThe *BackColor (BackColorFrom) property will appear on the top and bottom sides of the control, and gradually turn into the *BackColorTo property towards the center of the control.
VerticalEdgeA style where the Backcolor (BackColorFrom) meets the BackColorTo at a sharp vertical point. 
VerticalEdge2A modified version of the VerticalEdge fill type that slightly adjusts the positioning of the colors to better fill larger areas.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.enumFillType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also

Reference

Dbi Namespace