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