Click or drag to resize
Draw3dFrameType Enumeration
Specifies the 3D frame type of a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum Draw3dFrameType
Members
  Member nameValueDescription
Normal0 Normal Cell Look
Raised1 Edges Raised Outer
Inset2 Edges Sunken Outer
Remarks
The enumeration represents the different FrameStyle alignment options for the contents of a cell that you can specify with the property Draw3dFrame of the Style class.
See Also