GoDiagram Web Reference
Figure Property (GoBasicNode)

Gets or sets the GoDrawing.Figure of the Shape if the shape is a GoDrawing.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The GoFigure defining the shape of the Shape, if it is a GoDrawing")>
Public Overridable Property Figure As GoFigure
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoBasicNode Class
GoBasicNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback