| Class | Description |
---|
| CanvasTemplate |
This class implements the properties for a preset layout to be used by
CanvasList. |
| CommonProperties |
A class containing properties shared among PortfolioFramework navigators. |
| DefaultProperties |
An empty subclass of CommonProperties that can be used by navigators
that do not provide custom properties. |
| FontList |
The class of properties for font lists. |
| PropertyActionValue |
This class handles property values that are actions. |
| PropertyBinaryValue |
This class handles property values that are binary files (images and other resources). |
| PropertyBooleanValue |
This class handles property values that are Booleans. |
| PropertyColorValue |
This class handles property values that are colors. |
| PropertyContext |
This class provides support for groups of properties displayed in the user interface. |
| PropertyListValue |
This interface extends PropertyValue to provide support
for lists of PropertyValues displayed in the user interface. |
| PropertyNumberValue |
This class handles property values that are numeric. |
| PropertyStringValue |
This class handles property values that are character strings. |
| PropertyValue |
This interface implements IProperty and provides support
for properties displayed in the user interface. |
| SkinValue |
This class handles property values for custom skins. |
| ThemeFilteredList |
This class handles property values that are theme filtered lists. |