Rectangle.TopLeftColor and .BottomRightColor. Or

Sub BorderColor(Extends R As Rectangle, Assigns Value As Color)
  r.topleftcolor = value
  r.bottomrightcolor = value
End Sub

Function BorderColor(Extends R As Rectangle) As Color
  return r.topleftcolor
End Function

But that seems silly in my opinion

--
Thom McGrath, <http://www.thezaz.com/>
"You don't need eyes to see, you need vision" - Maxi Jazz in "Reverence" by Faithless


On Apr 21, 2006, at 2:34 PM, Stephen A. Cochran Lists wrote:

Is there any reason that a round rectangle has a borderColor property (not mentioned in the in-program language reference) but the regular rectangle doesn't?

Is there any way to set the border color on a regular rectangle in a window?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to