Class DiagramNodeFixedUserHandleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramNodeFixedUserHandleBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramNodeFixedUserHandleBuilder : ControlBuilder
Constructors
DiagramNodeFixedUserHandleBuilder()
Declaration
public DiagramNodeFixedUserHandleBuilder()
DiagramNodeFixedUserHandleBuilder(List<DiagramNodeFixedUserHandle>)
Declaration
public DiagramNodeFixedUserHandleBuilder(List<DiagramNodeFixedUserHandle> collection)
Parameters
Methods
Add()
Declaration
CornerRadius(Double)
Specifies the cornerRadius for fixed user handle container
Declaration
public DiagramNodeFixedUserHandleBuilder CornerRadius(double cornerRadius)
Parameters
Type |
Name |
Description |
System.Double |
cornerRadius |
|
Returns
Fill(String)
Specifies the fill color of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder Fill(string fill)
Parameters
Type |
Name |
Description |
System.String |
fill |
|
Returns
HandleStrokeColor(String)
Specifies the stroke color of the fixed user handle container
Declaration
public DiagramNodeFixedUserHandleBuilder HandleStrokeColor(string handleStrokeColor)
Parameters
Type |
Name |
Description |
System.String |
handleStrokeColor |
|
Returns
HandleStrokeWidth(Double)
Specifies the stroke width of the fixed user handle container
Declaration
public DiagramNodeFixedUserHandleBuilder HandleStrokeWidth(double handleStrokeWidth)
Parameters
Type |
Name |
Description |
System.Double |
handleStrokeWidth |
|
Returns
Height(Double)
Specifies the height of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder Height(double height)
Parameters
Type |
Name |
Description |
System.Double |
height |
|
Returns
IconStrokeColor(String)
Specifies the stroke color of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder IconStrokeColor(string iconStrokeColor)
Parameters
Type |
Name |
Description |
System.String |
iconStrokeColor |
|
Returns
IconStrokeWidth(Double)
Specifies the stroke width of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder IconStrokeWidth(double iconStrokeWidth)
Parameters
Type |
Name |
Description |
System.Double |
iconStrokeWidth |
|
Returns
Id(String)
Specifies the unique id of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder Id(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
Margin(DiagramMargin)
Specifies the space that the fixed user handle has to be moved from its actual position
Declaration
public DiagramNodeFixedUserHandleBuilder Margin(DiagramMargin margin)
Parameters
Returns
Margin(Action<DiagramMarginBuilder>)
Declaration
public DiagramNodeFixedUserHandleBuilder Margin(Action<DiagramMarginBuilder> margin)
Parameters
Returns
Offset(DiagramPoint)
Specifies the position of the node fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder Offset(DiagramPoint offset)
Parameters
Returns
Offset(Action<DiagramPointBuilder>)
Declaration
public DiagramNodeFixedUserHandleBuilder Offset(Action<DiagramPointBuilder> offset)
Parameters
Returns
Padding(DiagramMargin)
Specifies the space between the fixed user handle and container
Declaration
public DiagramNodeFixedUserHandleBuilder Padding(DiagramMargin padding)
Parameters
Returns
Padding(Action<DiagramMarginBuilder>)
Declaration
public DiagramNodeFixedUserHandleBuilder Padding(Action<DiagramMarginBuilder> padding)
Parameters
Returns
PathData(String)
Specifies the shape information for fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder PathData(string pathData)
Parameters
Type |
Name |
Description |
System.String |
pathData |
|
Returns
Used to show tooltip for fixed user handle on mouse over.
Declaration
public DiagramNodeFixedUserHandleBuilder Tooltip(object tooltip)
Parameters
Type |
Name |
Description |
System.Object |
tooltip |
|
Returns
Visibility(Boolean)
Specifies the visibility of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder Visibility(bool visibility)
Parameters
Type |
Name |
Description |
System.Boolean |
visibility |
|
Returns
Width(Double)
Specifies the width of the fixed user handle
Declaration
public DiagramNodeFixedUserHandleBuilder Width(double width)
Parameters
Type |
Name |
Description |
System.Double |
width |
|
Returns