Class Shape

Shape class

Represents shape - the base graphics object.

public abstract class Shape

Properties

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

See Also