public class ResourceDictionary extends Object
The resource dictionary. The FixedPage.Resources and Canvas.Resources property elements contain exactly one ResourceDictionary element. A resource dictionary contains resource definition element entries. Each resource definition has a key specified in the x:Key attribute that is unique within the scope of the resource dictionary. The x:Key attribute is included in the Resource Dictionary.
| Constructor and Description |
|---|
ResourceDictionary() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getItems()
Gets or sets the items.
|
String |
getSource()
Gets or sets the source.
|
void |
setItems(Object[] value)
Gets or sets the items.
|
void |
setSource(String value)
Gets or sets the source.
|
public final Object[] getItems()
Gets or sets the items. Defines a set of reusable resource definitions that can be used as property values in the fixed page markup.
public final void setItems(Object[] value)
Gets or sets the items. Defines a set of reusable resource definitions that can be used as property values in the fixed page markup.
public final String getSource()
Gets or sets the source. Specifies the URI of a part containing markup for a resource dictionary. The URI MUST refer to a part in the package
public final void setSource(String value)
Gets or sets the source. Specifies the URI of a part containing markup for a resource dictionary. The URI MUST refer to a part in the package
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.