NShape Reference
Shape.DisplayService Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Shape.DisplayService Property

Previous pageReturn to chapter overviewNext page

Gets and sets the display service used by the shape.

Syntax

public abstract IDisplayService DisplayService { getset; }

Description

Shapes need a display service to render themselves correctly. The display service can be null, but only if the rendering functions (Draw, Invalidate, etc.) are not called.

Value

Display service reference used by this shape.