Class Canvas3DStyle
Styles of canvas which emulate 3D effect on screen.
Inheritance
System.Object
Canvas3DStyle
Namespace: Syncfusion.HTMLUI.Base.Utility
Assembly: Syncfusion.HTMLUI.Base.dll
Syntax
public sealed class Canvas3DStyle : Enum
Fields
Flat
Flat style of 3D canvas. Single line border.
Declaration
public const Canvas3DStyle Flat
Field Value
| Type |
|---|
| Canvas3DStyle |
Raised
Raised canvas 3D style. Canvas will take two pixels from all sides.
Declaration
public const Canvas3DStyle Raised
Field Value
| Type |
|---|
| Canvas3DStyle |
RaisedSimple
Raised canvas style, but more simple.
Declaration
public const Canvas3DStyle RaisedSimple
Field Value
| Type |
|---|
| Canvas3DStyle |
Single
3D canvas must be drawn in one line.
Declaration
public const Canvas3DStyle Single
Field Value
| Type |
|---|
| Canvas3DStyle |
Title
Used when two or more items must look like one 3D area. Such items are split by special 3D vertical line. Mostly used for headers drawing.
Declaration
public const Canvas3DStyle Title
Field Value
| Type |
|---|
| Canvas3DStyle |
Upped
Raised canvas 3D style. Canvas will take two pixels from all sides.
Declaration
public const Canvas3DStyle Upped
Field Value
| Type |
|---|
| Canvas3DStyle |