DashboardDesignerFontListItems Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of List Items containing a visual list of available fonts.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public KryptonListItem[] FontListItems { get; }
Public ReadOnly Property FontListItems As KryptonListItem()
Get
public:
virtual property array<KryptonListItem^>^ FontListItems {
array<KryptonListItem^>^ get () sealed;
}
function get_FontListItems();
Return Value
Type:
KryptonListItemA collection of List Items containing a visual list of available fonts.
Remarks See Also