DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Height Property



In This Topic
    Height Property
    In This Topic
    Define the height of a DicomLabel (annotation) on an image
    Syntax
    'Declaration
     
    Public Property Height As Single
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Single
     
    instance.Height = value
     
    value = instance.Height
    public float Height {get; set;}
    public:
    property float Height {
       float get();
       void set (    float value);
    }
    Remarks
    Equivalent to Area.Height. Remained in .NET version for backward compatibility.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also