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

    Property Value

    This returns GoFigure.GoFigure.None in the typical case where the Icon is a GoImage. Setting this property has no effect if the Shape is not a GoDrawing.
    See Also