'Declaration Public Function New( _ ByVal text As String, _ ByVal parentStyle As Style, _ ByVal ambientParentStyle As Style _ )
public RenderText( string text, Style parentStyle, Style ambientParentStyle )
Parameters
- text
- A string assigned to the Text property.
- parentStyle
- The style assigned to the Parent property of the current object's style.
- ambientParentStyle
- The style assigned to the AmbientParent property of the current object's style.