Class DiagramUmlInterfaceBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramUmlInterfaceBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class DiagramUmlInterfaceBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  DiagramUmlInterfaceBuilder()
  
  
  Declaration
  
    public DiagramUmlInterfaceBuilder()
   
  
  
  
  DiagramUmlInterfaceBuilder(DiagramUmlInterface)
  
  
  Declaration
  
    public DiagramUmlInterfaceBuilder(DiagramUmlInterface model)
   
  Parameters
  
  Methods
  
  
  
  
  Attributes(Object)
  Defines the text of the bpmn annotation collection
 
  
  Declaration
  
    public DiagramUmlInterfaceBuilder Attributes(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  IsSeparator(Boolean)
  Defines the separator of the attributes
 
  
  Declaration
  
    public DiagramUmlInterfaceBuilder IsSeparator(bool value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Methods(Object)
  Defines the text of the bpmn annotation collection
 
  
  Declaration
  
    public DiagramUmlInterfaceBuilder Methods(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Name(String)
  Defines the name of the attributes
 
  
  Declaration
  
    public DiagramUmlInterfaceBuilder Name(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  SeparatorStyle(Object)
  Specify the style attributes such as strokeWidth, strokeColor, and fill for the separator.
 
  
  Declaration
  
    public DiagramUmlInterfaceBuilder SeparatorStyle(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Style(Object)
  Sets the shape style of the node
 
  
  Declaration
  
    public DiagramUmlInterfaceBuilder Style(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        value | 
         | 
      
    
  
  Returns