Left Property (DicomLabel)
In This Topic
Define the left of a DicomLabel (annotation) on an image
Syntax
'Declaration
Public Property Left As System.Single
'Usage
Dim instance As DicomLabel
Dim value As System.Single
instance.Left = value
value = instance.Left
public System.float Left {get; set;}
public read-write property Left: System.Single;
public function get,set Left : System.float
public: __property System.float get_Left();
public: __property void set_Left(
System.float value
);
public:
property System.float Left {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also