Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc).
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property ShapeLine As LineDef
             
        
            
            '使用法
 
Dim instance As Style
Dim value As LineDef
 
instance.ShapeLine = value
 
value = instance.ShapeLine
             
        
            
            public LineDef ShapeLine {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照