DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomLabel3D Class / Size Property



In This Topic
    Size Property (DicomLabel3D)
    In This Topic
    The size of the label relative the smaller of the image's displayed dimensions - default = 0.1
    Syntax
    'Declaration
     
    
    Public Property Size As Single
    'Usage
     
    
    Dim instance As DicomLabel3D
    Dim value As Single
     
    instance.Size = value
     
    value = instance.Size
    public float Size {get; set;}
    public:
    property float Size {
       float get();
       void set (    float value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also