Initializes a new instance of the
RenderText class, assigning the
RenderText.Text property, and the parent styles.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As Style, _
ByVal As Style _
)
'使用法
Dim text As System.String
Dim parentStyle As Style
Dim ambientParentStyle As Style
Dim instance As New RenderText(text, parentStyle, ambientParentStyle)
public RenderText(
System.string ,
Style ,
Style
)
パラメータ
- 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.
参照