Skip to main content

unfoldedIconPath

Type

property

Summary

SVG path data to use for unfolded array elements.

Syntax

set the unfoldedIconPath of <widget> to <pSVGPath>
get the unfoldedIconPath of <widget>

Description

Use the unfoldedIconPath property to set the icon used for an unfolded array element to any SVG path.

Parameters

NameTypeDescription

pSVGPath

A string containing valid SVG path syntax.

Examples

-- Create a filled triangle
set the unfoldedIconPath of widget "Tree View" to "M150 0 L75 200 L225 200 Z"