<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > Method >SetCustomProperty |
Sets the property value of a user component.
Prototype :
void SetCustomProperty
(
string PropertyName,
string PropertyValue
)
Arguments :
PropertyName |
Property Name |
PropertyValue |
Property Value |
Reference :
The drawing type must be "user component".
Example :
This.SetCustomProperty("JP2_ImageStyle", "JP2_FIT");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind