Click or drag to resize
StyleDraw3dFrame Property
Gets or sets the 3D effect of the cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(Draw3dFrameType), "Normal")]
public Draw3dFrameType Draw3dFrame { get; set; }

Property Value

Type: Draw3dFrameType
The 3D effect of the cell.
See Also