GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / Figure Property
In This Topic
    Figure Property (GoDrawing)
    In This Topic
    Gets or sets the last known kind of GoFigure for this shape.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The kind of figure that this shape last took.")]
    public virtual GoFigure Figure {get; set;}

    Property Value

    This defaults to GoFigure.None.
    Remarks
    Although this may have a value that is a particular GoFigure, the actual path may have been modified arbitrarily since this property was last set.
    See Also