Class IconShapes
Collections of icon content shapes.
None
Minus - sets the icon shape as minus
Plus - sets the icon shape as Plus
ArrowUp - sets the icon shape as ArrowUp
ArrowDown - sets the icon shape as ArrowDown
Template - sets the icon shape based on the given custom template
Path - sets the icon shape based on the given custom Path
Inheritance
System.Object
IconShapes
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class IconShapes : Enum
Fields
ArrowDown
Declaration
public const IconShapes ArrowDown
Field Value
ArrowUp
Declaration
public const IconShapes ArrowUp
Field Value
Minus
Declaration
public const IconShapes Minus
Field Value
None
Declaration
public const IconShapes None
Field Value
Path
Declaration
public const IconShapes Path
Field Value
Plus
Declaration
public const IconShapes Plus
Field Value
Template
Declaration
public const IconShapes Template
Field Value