[]
Composes a style, using the current style and a specified NamedStyle object.
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 | destInfo | Destination for the composed StyleInfo object or creates a new StyleInfo object if Null |
Type | Description |
---|---|
StyleInfo |