Gets or sets the 
Style that is the parent of the current style.
If non-null, that style provides the values for non-ambient properties of the current style that have not been explicitly set.
If null, such properties have default values.
This property is null by default.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property Parent As Style
             
        
            
            '使用法
 
Dim instance As Style
Dim value As Style
 
instance.Parent = value
 
value = instance.Parent
             
        
            
            public Style Parent {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照