Enum TypePropValue
TypePropValue enumeration
Type specifies a data type for the custom property value.
public enum TypePropValue
Values
Name | Value | Description |
---|---|---|
String | 0 | String. This is the default. |
FixedList | 1 | Fixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box. |
Number | 2 | Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles. |
Boolean | 3 | Boolean. Displays FALSE and TRUE as items users can select from a drop-down list box in the Custom Properties dialog box in the Visio application. |
VariableList | 4 | Variable list. Displays the list items in a drop-down combo box in the Custom Properties dialog box in Visio. Users can select a list item or enter a new item that is added to the current list in the Format element. |
DateTime | 5 | Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value. |
Duration | 6 | Duration value. Displays elapsed time. |
Currency | 7 | Currency value. Uses the system’s current Regional Settings. |
Undefined | -2147483648 | Undefined. |
See Also
- namespace Aspose.Diagram
- assembly Aspose.Diagram