|
|
|
|
|
The Border property gets and sets the characteristics of the borders: - for a report control or block.
 Not available.   for a window control. Note: This property is not available on Button. for a cell of the Table control.
// Define the characteristics of the borders for report controls MyBorder is Border MyBorder.Color = LightRed MyBorder.Thickness = 5 // Borders for the NumNbPage control in the report NumNbPage.Border = MyBorder // Modify the characteristics of the borders for the NumNbPage control NumNbPage.Border.Thickness = 1 // Get the characteristics of the borders for the NumNbPage control MyBorder2 is Border = NumNbPage.Border
Sintaxis
Getting the border characteristics of an element Ocultar los detalles
<Characteristics> = <Element used>.Border
<Characteristics>: Border variable Border variable containing the characteristics of the borders for the specified element. <Element used>: Control name
Defining the borders programmatically Ocultar los detalles
<Element used>.Border = <Border characteristics>
<Element used>: Control name <Border characteristics>: Border variable Border variable containing the characteristics of the borders that will be applied to the specified element.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|