ImageGear .NET v24.12 - Updated
AxialLineColor Property




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

Property Value

ImageGear.Core.ImGearRGBQuad value.
See Also

Reference

ImGearMprSettings Class
ImGearMprSettings Members