Class FixedUserHandle
Represents the behavior of fixeduserhandle.
Inheritance
Inherited Members
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class FixedUserHandle : DiagramObject, IDiagramObject, ICloneable
Constructors
FixedUserHandle()
Initializes a new instance of the FixedUserHandle.
Declaration
public FixedUserHandle()
FixedUserHandle(FixedUserHandle)
Creates a new instance of the FixedUserHandle from the given FixedUserHandle.
Declaration
public FixedUserHandle(FixedUserHandle src)
Parameters
Type | Name | Description |
---|---|---|
FixedUserHandle | src | FixedUserHandle. |
Properties
CornerRadius
Gets or sets the corner radius of the fixed user handle container. By default, it is 0.
Declaration
public double CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Fill
Gets or sets the fill color of the fixed user handle. By default, it is transparent.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Gets or sets the height of the fixed user handle. By default, it is 10px.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IconStroke
Gets or sets the stroke color of the fixed user handle. By default, it is black.
Declaration
public string IconStroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconStrokeThickness
Gets or sets the stroke width of the fixed user handle.
Declaration
public double IconStrokeThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ID
Gets or sets the unique id of the diagram object.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Padding
Gets or sets the space between the fixed user handle and the container. By default, it is 0.
Declaration
public DiagramThickness Padding { get; set; }
Property Value
Type | Description |
---|---|
DiagramThickness |
PathData
Gets or sets the shape information of the fixed user handle.
Declaration
public string PathData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Stroke
Gets or sets the stroke color of the fixed user handle container. By default, it is transparent.
Declaration
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StrokeThickness
Gets or sets the stroke width of the fixed user handle container. By default, it is 1px.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Visibility
Gets or sets the visibility of the fixed user handle. By default, it is True.
Declaration
public bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Gets or sets the width of the fixed user handle. By default, it is 10.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Clone()
Creates a new object that is a copy of the current FixedUserHandle.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | FixedUserHandle |