In This Topic
The plane on which this label will be displayed when used on a 3D image
Syntax
'Declaration
Public Property Plane As Plane3D
'Usage
Dim instance As DicomLabel
Dim value As Plane3D
instance.Plane = value
value = instance.Plane
public Plane3D Plane {get; set;}
public read-write property Plane: Plane3D;
public function get,set Plane : Plane3D
public: __property Plane3D get_Plane();
public: __property void set_Plane(
Plane3D value
);
public:
property Plane3D Plane {
Plane3D get();
void set ( Plane3D value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also