Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150592 | Jan 13,2020 07:25 AM UTC | Jan 23,2020 09:04 AM UTC | Blazor | 4 |
![]() |
Tags: Diagram |
DiagramNode node1 = new DiagramNode()
{
// Position of the node
OffsetX = 250,
OffsetY = 250,
// Size of the node
Width = 100,
Height = 100,
Annotations = new ObservableCollection<DiagramNodeAnnotation>()
{
new DiagramNodeAnnotation()
{
Content = "Node",
Constraints = AnnotationConstraints.ReadOnly
}
},
Style = new NodeShapeStyle() { Fill = "#6BA5D7", StrokeColor = "white" }
}; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.