'宣言 Public Function New( _ ByVal text As System.String, _ ByVal parentStyle As Style, _ ByVal ambientParentStyle As Style _ )
public RenderText( System.string text, Style parentStyle, Style ambientParentStyle )
パラメータ
- text
- Text プロパティに割り当てられた文字列。
- parentStyle
- 現在のオブジェクトのスタイルの Style.Parent プロパティに割り当てられたスタイル。
- ambientParentStyle
- 現在のオブジェクトのスタイルの Style.AmbientParent プロパティに割り当てられたスタイル。