Class DecoratorFactory
Decorator factory.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class DecoratorFactory
Constructors
DecoratorFactory()
Declaration
public DecoratorFactory()
Properties
Circle
Gets the GraphicsPath of circle.
Declaration
public static GraphicsPath Circle { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of circle. |
CircleCross
Gets the GraphicsPath of circle cross.
Declaration
public static GraphicsPath CircleCross { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of circle cross. |
CircleReverseArrow
Gets the GraphicsPath of circle reverse arrow.
Declaration
public static GraphicsPath CircleReverseArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of circle reverse arrow. |
Cross45
Gets the GraphicsPath of cross45.
Declaration
public static GraphicsPath Cross45 { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of cross45. |
Cross90
Gets the GraphicsPath of cross90.
Declaration
public static GraphicsPath Cross90 { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of cross90. |
CrossReverseArrow
Gets the GraphicsPath of cross reverse arrow.
Declaration
public static GraphicsPath CrossReverseArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of cross reverse arrow. |
Diamond
Gets the GraphicsPath of diamond.
Declaration
public static GraphicsPath Diamond { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of diamond. |
DimensionLine
Gets the GraphicsPath of dimension line.
Declaration
public static GraphicsPath DimensionLine { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of dimension line. |
DoubleArrow
Gets the GraphicsPath of reverse double arrow.
Declaration
public static GraphicsPath DoubleArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of reverse double arrow. |
DoubleCross
Gets the GraphicsPath of double cross.
Declaration
public static GraphicsPath DoubleCross { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of double cross. |
Filled45Arrow
Gets the GraphicsPath of filled45 arrow.
Declaration
public static GraphicsPath Filled45Arrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of filled45 arrow. |
Filled60Arrow
Gets the GraphicsPath of filled60 arrow.
Declaration
public static GraphicsPath Filled60Arrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of filled60 arrow. |
FilledCircle
Gets the GraphicsPath of filled circle.
Declaration
public static GraphicsPath FilledCircle { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of filled circle. |
FilledDiamond
Gets the GraphicsPath of filled diamond.
Declaration
public static GraphicsPath FilledDiamond { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of filled diamond. |
FilledFancyArrow
Gets the GraphicsPath of filled fancy arrow.
Declaration
public static GraphicsPath FilledFancyArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of filled fancy arrow. |
FilledSquare
Gets the GraphicsPath of filled square.
Declaration
public static GraphicsPath FilledSquare { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of filled square. |
Open45Arrow
Gets the GraphicsPath of open45 arrow.
Declaration
public static GraphicsPath Open45Arrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of open45 arrow. |
Open60Arrow
Gets the GraphicsPath of open60 arrow.
Declaration
public static GraphicsPath Open60Arrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of open60 arrow. |
OpenFancyArrow
Gets the GraphicsPath of fancy arrow.
Declaration
public static GraphicsPath OpenFancyArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of open fancy arrow. |
ReverseArrow
Gets the GraphicsPath of reverse arrow.
Declaration
public static GraphicsPath ReverseArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of reverse arrow. |
ReverseDoubleArrow
Gets the GraphicsPath of reverse double arrow.
Declaration
public static GraphicsPath ReverseDoubleArrow { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of reverse double arrow. |
Square
Gets the GraphicsPath of square.
Declaration
public static GraphicsPath Square { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The GraphicsPath of square. |
Methods
CreateDecorator(DecoratorShape)
Creates the decorator from specified shape.
Declaration
public static GraphicsPath CreateDecorator(DecoratorShape shape)
Parameters
Type | Name | Description |
---|---|---|
DecoratorShape | shape | The shape. |
Returns
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The graphics path. |