Click or drag to resize

DocumentCreateVisual Method

Overload List
  NameDescription
Public methodCreateVisualT
Create a new visual of a given type such as BoxVisual.
Public methodCreateVisual(String)
Create a visual given a visual factory name. This can be a type such as "BoxVisual" or a name of a catalog component loaded into the current application.
Public methodCreateVisual(VisualFactory)
Create a visual given a visual factory. This is mostly used to create specific visuals from catalogs.
Public methodCreateVisual(XmlDocument)
Create a single visual from an XmlDocument.
Top
See Also