|
|
|
|
|
The property MarginWidth property allows you to: - Find out the horizontal margin between the widgets found in a Dashboard control.
- Modify the horizontal margin between the widgets found in a Dashboard control.
Note: The horizontal margin between Widgets in a Dashboard control is defined in the "Detail" tab of the Dashboard description window.
IF CBOX_WidgetSpacing THEN
DASH_Main.MarginWidth = 20
DASH_Main.MarginHeight = 20
ELSE
DASH_Main.MarginWidth = 0
DASH_Main.MarginHeight = 0
END
Sintaxis
Finding out the horizontal margin between the widgets Ocultar los detalles
<Result> = <Dashboard control>.MarginWidth
<Result>: Integer Horizontal margin (in pixels) between the widgets found in the specified Dashboard control. <Dashboard control>: Control name Name of the Dashboard control to be used.
Modifying the horizontal margin between the widgets Ocultar los detalles
<Dashboard control>.MarginWidth = <New margin>
<Dashboard control>: Control name Name of the Dashboard control to be used. <New margin>: Integer New horizontal margin (in pixels) between the widgets found in the specified Dashboard control. This value must be positive or null. Observaciones - This margin does not take into account the border defined in the style.
- To change the vertical margin, use the MarginHeight property.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|