Property IgnoreBorderPropertyOnRedraw
IgnoreBorderPropertyOnRedraw
Get or sets whether the view will use Border (if Border is set) to draw a border. If false (the default), Redraw(Rect) will call DrawContent(View, bool) to draw the view's border. If true no border is drawn (and the view is expected to draw the border itself).
public virtual bool IgnoreBorderPropertyOnRedraw { get; set; }