Class Path

Path class

Represents arc.

public sealed class Path : Shape

Constructors

NameDescription
Path()Initializes a new instance of the Path class.
Path(Shape[])Initializes a new instance of the Path class.

Properties

NameDescription
GraphInfo { get; set; }Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
Shapes { get; }Gets or sets shapes collection.
Text { get; set; }Gets or sets a text for shape

See Also