Search
RoundRectangleTemplate Class
Remarks See Also
 





Represents an ElementTemplate that draws round rectangle. This class ensures that the round corners do not change during resizing which is visually better. The drawback is that the radius appears to be specified in DiagramView Measure units and therefore a given shape instance will look bad when the measure unit is not the one for which the shape was designed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class RoundRectangleTemplate : ElementTemplate

Visual Basic  Copy Code

Public Class RoundRectangleTemplate
    Inherits ElementTemplate

 Remarks

This class ensures that the round corners do not change during resizing which is visually better. The drawback is that the radius appears to be specified in DiagramView Measure units and therefore a given shape instance will look bad when the measure unit is not the one for which the shape was designed.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.ElementTemplate
        MindFusion.Diagramming.RoundRectangleTemplate

 See Also