Class DiagramDecoratorBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramDecoratorBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class DiagramDecoratorBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  DiagramDecoratorBuilder()
  
  
  Declaration
  
    public DiagramDecoratorBuilder()
   
  
  
  
  DiagramDecoratorBuilder(DiagramDecorator)
  
  
  Declaration
  
    public DiagramDecoratorBuilder(DiagramDecorator model)
   
  Parameters
  
  Methods
  
  
  
  
  Height(Double)
  Sets the height of the decorator
 
  
  Declaration
  
    public DiagramDecoratorBuilder Height(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  PathData(String)
  Defines the geometry of the decorator shape
 
  
  Declaration
  
    public DiagramDecoratorBuilder PathData(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Pivot(DiagramPoint)
  Defines the position of the decorator with respect to the source/target point of the connector
 
  
  Declaration
  
    public DiagramDecoratorBuilder Pivot(DiagramPoint value)
   
  Parameters
  
  Returns
  
  
  
  
  Pivot(Action<DiagramPointBuilder>)
  
  
  Declaration
  
    public DiagramDecoratorBuilder Pivot(Action<DiagramPointBuilder> pivot)
   
  Parameters
  
  Returns
  
  
  
  
  Shape(DecoratorShapes)
  
  
  Declaration
  
    public DiagramDecoratorBuilder Shape(DecoratorShapes value)
   
  Parameters
  
  Returns
  
  
  
  
  Style(DiagramShapeStyle)
  Defines the appearance of the decorator
 
  
  Declaration
  
    public DiagramDecoratorBuilder Style(DiagramShapeStyle value)
   
  Parameters
  
  Returns
  
  
  
  
  Style(Action<DiagramShapeStyleBuilder>)
  
  
  Declaration
  
    public DiagramDecoratorBuilder Style(Action<DiagramShapeStyleBuilder> style)
   
  Parameters
  
  Returns
  
  
  
  
  Width(Double)
  Sets the width of the decorator
 
  
  Declaration
  
    public DiagramDecoratorBuilder Width(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns