Textプロパティ、および親のスタイルを割り当てて、 
RenderTextクラスの 新しいインスタンスを初期化します。
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
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
 
- Textプロパティに割り当てられた文字列。
 - parentStyle
 
- 現在のオブジェクトのスタイルの Parentプロパティに割り当てられたスタイル。
 - ambientParentStyle
 
- 現在のオブジェクトのスタイルの AmbientParentプロパティに割り当てられたスタイル。
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照