Gets or sets chanell depths composition.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property CompositionChanellDepths As Integer()
             
        
            
            'Usage
 
Dim instance As ImGearLayeredPage
Dim value() As Integer
 
instance.CompositionChanellDepths = value
 
value = instance.CompositionChanellDepths
             
        
            
            public int[] CompositionChanellDepths {get; set;}
             
        
            
            public: __property int[]* get_CompositionChanellDepths();
public: __property void set_CompositionChanellDepths( 
   int[][]* value
);
             
        
            
            public:
property array<int>^ CompositionChanellDepths {
   array<int>^ get();
   void set (    array<int>^ value);
}
             
        
             
        
            
            
            Property Value
Array of integer.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also