'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 RenderText.Text property.
- parentStyle
- The style assigned to the Style.Parent property of the current object's style.
- ambientParentStyle
- The style assigned to the Style.AmbientParent property of the current object's style.