poIRenderOptions SetGradientType

Sets the gradient background layout.

Syntax

poIRenderOptions_handle SetGradientType type

Application

HyperView Tcl Modify

Description

This command sets the gradient background layout (for example: vertical, diagonal1, etc.).

Inputs

type
The name of the gradient type.

Example

To set the gradient background layout to diagonal1.
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetRenderOptionsHandle render_options
render_options SetGradientType diagonal1
hwi CloseStack

Errors

None.