C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / BorderStyleEnum Enumeration

BorderStyleEnum Enumeration
Border is a basic border object, used by StyleContext for rendering and measuring elements. It provides a solid border with a single color and arbitrary widths on each side. Border is designed to be extended so you can easily implement 3-D effects, compound borders, etc.
Syntax
'Declaration
 
Public Enum BorderStyleEnum 
   Inherits System.Enum
 
Members
MemberDescription
DashedDashed line border.
DoubleDouble solid line border.
EmptyEmpty Border.
FilletCompound border (raised+inset).
GrooveCompound border (inset+raised).
InsetInset 3D border.
InsetBevelInset 3D border with bevel.
NoneNo border.
NotSetBorder style is not set.
OpaqueSolid line border rendered without antialiasing.
RaisedRaised 3D border.
RaisedBevelRaised 3D border with bevel.
SolidSolid line border.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3DBase.BorderStyleEnum

See Also