Property SuperViewRendersLineCanvas
SuperViewRendersLineCanvas
Gets or sets whether this View will use its SuperView's LineCanvas for rendering any lines. If true the rendering of any borders drawn by this view will be done by its SuperView. If false (the default) this View's OnDrawingAdornments() method will be called to render the borders.
public virtual bool SuperViewRendersLineCanvas { get; set; }