---+ .TEXT SET BX CNR R:BL _This subroutine sets the radius of the bottom_ <em> left corner of the "current" text box</em><em>.</em> <br />%TOC% ---++ Usage: <pre> PASS <bottom_left_radius> FIELD SHARE? N GOSUB 0CD .TEXT SET BX CNR R:BL * Check for error IF 0CD .TEXT SET BX CNR R:BL NE </pre> ---++ Description: This subroutine sets or resets the radius of the bottom left corner on a rounded edge. You must also set the corner style to Rounded via [[CDTextSetBoxCornerType][.TEXT SET BX CNR STYLE]] for this subroutine to have any effect. The parameter is optional. If specified, it must be an unsigned integer in the range 1-999. It represents the radius of the specified corner in pixels. A blank will reset the corner to the default value of 10 pixels. You can also use [[CDTextSetBoxCornerRadiusTR][.TEXT SET BX CNR R:TR]], [[CDTextSetBoxCornerRadiusTL][.TEXT SET BX CNR R:TL]] and [[CDTextSetBoxCornerRadiusBR][.TEXT SET BX CNR R:BR]] to set an individual corner radius or [[CDTextSetBoxCornerRadius][.TEXT SET BX CNR R]] to set all the corners at once. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2011-11-18
This topic: Main
>
WebHome
>
APPX510Features
>
CDChartDirectorDesignerAPI
>
CDTextSetBoxCornerRadiusBL
Topic revision: r1 - 2011-11-18 - JeanNeron
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback