In This Topic
            
            
                Boolean property indicating whether Smoothing is applied when Cine is being displayed.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property CineSmoothing As System.Boolean
             
        
            
            'Usage
 
Dim instance As DicomImage
Dim value As System.Boolean
 
instance.CineSmoothing = value
 
value = instance.CineSmoothing
             
        
            
            public System.bool CineSmoothing {get; set;}
             
        
            
            public read-write property CineSmoothing: System.Boolean; 
             
        
            
            public function get,set CineSmoothing : System.boolean
             
        
            
            public: __property System.bool get_CineSmoothing();
public: __property void set_CineSmoothing( 
   System.bool value
);
             
        
            
            public:
property System.bool CineSmoothing {
   System.bool get();
   void set (    System.bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
Target Platforms: .NET CLR 4.8 or higher
            
            See Also