GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / Figure Property
In This Topic
    Figure Property (GoBasicNode)
    In This Topic
    Gets or sets the GoDrawing.Figure of the Shape if the shape is a GoDrawing.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The GoFigure defining the shape of the Shape, if it is a GoDrawing")]
    public virtual GoFigure Figure {get; set;}

    Property Value

    This returns GoFigure.GoFigure.None in the typical case where the Shape is a GoEllipse or other non-GoDrawing shape. Setting this property has no effect if the Shape is not a GoDrawing.
    See Also