[]
Defines a class that can expose a Style property (of the type Style).
public interface IStyleOwner
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. |
HasStyle | Gets a value indicating whether the current IStyleOwner has initializated Style property. |
Style | Gets the style of the current IStyleOwner. |
Name | Description |
---|---|
GetAmbientPropValue(int, IScriptContext) | Retrieves the value of an ambient property. |
GetNonAmbientPropValue(int, IScriptContext) | Retrieves the value of a non-ambient property. |
GetProp(int, IScriptContext) | 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). |