DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also