IStyleOwner Interface Members
In This Topic
The following tables list the members exposed by IStyleOwner.
Public Properties
| Name | Description |
 | AmbientParent | Gets the parent for ambient properties. |
 | Dictionary | Gets the dictionary object used to store images. |
 | EmbeddedFonts | Gets the list of embedded fonts. This collection is used to deserialize the fonts. |
 | Style | Gets the style of the current IStyleOwner. |
Top
Public Methods
| Name | Description |
 | GetAmbientPropValue | Retrieves the value of an ambient property. |
 | GetNonAmbientPropValue | Retrieves the value of a non-ambient property. |
 | GetProp | Gets the value of a style property existing on the current object (does not attempt to resolve properties not explicitly defined on the current object). |
Top
See Also