Gets or sets the indentation of the first line in a block of text.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property TextIndent As Unit
             
        
            
            '使用法
 
Dim instance As Style
Dim value As Unit
 
instance.TextIndent = value
 
value = instance.TextIndent
             
        
            
            public Unit TextIndent {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照