DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel3D Class / Size Property






    Size Property (DicomLabel3D)
    The size of the label relative the smaller of the image's displayed dimensions - default = 0.1
    Syntax
    'Declaration
     
    
    Public Property Size As System.Single
     
    'Usage
     
    
    Dim instance As DicomLabel3D
    Dim value As System.Single
     
    instance.Size = value
     
    value = instance.Size
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also