DicomObjects.NET.V8
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 Single
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.SlabThickness = value
     
    value = instance.SlabThickness
    public float SlabThickness {get; set;}
    public:
    property float SlabThickness {
       float get();
       void set (    float value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also