| FigureNodeFigure Property |
Gets or sets the drawing.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Figure Figure { get; set; }
Public Property Figure As Figure
Get
Set
public:
property Figure^ Figure {
Figure^ get ();
void set (Figure^ value);
}
member Figure : Figure with get, set
Property Value
Type:
FigureThe drawing.
Exceptions Remarks
See
Figure for more information.
See Also