<< Click to Display Table of Contents >> NShape Reference
|
Gets and sets the display service used by the shape.
public abstract IDisplayService DisplayService { get; set; } |
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.
Display service reference used by this shape.