ShapeFactory
Class
Shape factory.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public static class ShapeFactory
Inheritance: objectShapeFactory
Properties
ArrowGeometries
Dictionary<ArrowShapeType, Geometry>
Gets the arrow geometries.
C#
public static Dictionary<ArrowShapeType, Geometry> ArrowGeometries { get; }
Remarks:
See also the example in the CommonGeometries.
CommonGeometries
Dictionary<CommonShapeType, Geometry>
Gets the common geometries.
C#
public static Dictionary<CommonShapeType, Geometry> CommonGeometries { get; }
FlowchartGeometries
Dictionary<FlowChartShapeType, Geometry>
Gets the flowchart geometries.
C#
public static Dictionary<FlowChartShapeType, Geometry> FlowchartGeometries { get; }
Remarks:
See also the example in the CommonGeometries.