ImageGear .NET v24.12 - Updated
CoronalLineColor Property




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprSettings Class : CoronalLineColor Property
Gets or sets the color of MPR line for coronal view reconstruction.
Syntax
'Declaration
 
Public Property CoronalLineColor As ImGearRGBQuad
'Usage
 
Dim instance As ImGearMprSettings
Dim value As ImGearRGBQuad
 
instance.CoronalLineColor = value
 
value = instance.CoronalLineColor
public ImGearRGBQuad CoronalLineColor {get; set;}
public: __property ImGearRGBQuad get_CoronalLineColor();
public: __property void set_CoronalLineColor( 
   ImGearRGBQuad value
);
public:
property ImGearRGBQuad CoronalLineColor {
   ImGearRGBQuad get();
   void set (    ImGearRGBQuad value);
}

Property Value

ImageGear.Core.ImGearRGBQuad value.
See Also

Reference

ImGearMprSettings Class
ImGearMprSettings Members