Share via


FillStyleConstants Members

Include Protected Members
Include Inherited Members

Provides constants that map Visual Basic 6.0 FillStyle constants to their HatchStyle equivalents.

The FillStyleConstants type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member vbCross Maps the Visual Basic 6.0 constant vbCross to Cross.
Public fieldStatic member vbDiagonalCross Maps the Visual Basic 6.0 constant vbDiagonalCross to DiagonalCross .
Public fieldStatic member vbDownwardDiagonal Maps the Visual Basic 6.0 constant vbDownwardDiagonal to BackwardDiagonal.
Public fieldStatic member vbFSSolid Maps the Visual Basic 6.0 constant vbFSSolid to a solid color.
Public fieldStatic member vbFSTransparent Maps the Visual Basic 6.0 constant vbFSTransparent to an absence of patterns.
Public fieldStatic member vbHorizontalLine Maps the Visual Basic 6.0 constant vbHorizontalLine to Horizontal.
Public fieldStatic member vbUpwardDiagonal Maps the Visual Basic 6.0 constant vbUpwardDiagonal to ForwardDiagonal.
Public fieldStatic member vbVerticalLine Maps the Visual Basic 6.0 constant vbVerticalLine to Vertical.

Top

See Also

Reference

FillStyleConstants Class

Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace