DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / SlabThickness Property






In This Topic
    SlabThickness Property
    In This Topic
    Thickness for rendering Minimum, Maximum and Average (slab)
    Syntax
    'Declaration
     
    
    Public Property SlabThickness As System.Single
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As System.Single
     
    instance.SlabThickness = value
     
    value = instance.SlabThickness
    public System.float SlabThickness {get; set;}
    public read-write property SlabThickness: System.Single; 
    public function get,set SlabThickness : System.float
    public: __property System.float get_SlabThickness();
    public: __property void set_SlabThickness( 
       System.float value
    );
    public:
    property System.float SlabThickness {
       System.float get();
       void set (    System.float value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also