ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprSettings Class / ObliqueLineColor Property




In This Topic
    ObliqueLineColor Property
    In This Topic
    Gets or sets the color of MPR line for oblique view reconstruction.
    Syntax
    'Declaration
     
    Public Property ObliqueLineColor As ImGearRGBQuad
    'Usage
     
    Dim instance As ImGearMprSettings
    Dim value As ImGearRGBQuad
     
    instance.ObliqueLineColor = value
     
    value = instance.ObliqueLineColor
    public ImGearRGBQuad ObliqueLineColor {get; set;}
    public: __property ImGearRGBQuad get_ObliqueLineColor();
    public: __property void set_ObliqueLineColor( 
       ImGearRGBQuad value
    );
    public:
    property ImGearRGBQuad ObliqueLineColor {
       ImGearRGBQuad get();
       void set (    ImGearRGBQuad value);
    }

    Property Value

    ImageGear.Core.ImGearRGBQuad value.
    See Also