[]
Composes a style using the default styles and a specified StyleInfo object. Some styles can be ignored when composing by setting excludeInfo and excludeNs Style properties with excludeNs are ignored if they are set to excludeInfo
public StyleInfo Compose(object o, StyleInfo destInfo)
Public Function Compose(o As Object, destInfo As StyleInfo) As StyleInfo
Type | Name | Description |
---|---|---|
object | o | Style (NamedStyle object, StyleInfo object, or string name) |
StyleInfo | destInfo | Destination for the composed StyleInfo object, or |
Type | Description |
---|---|
StyleInfo | Composes a style using the default styles and a specified StyleInfo object. |