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




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

    Property Value

    ImageGear.Core.ImGearRGBQuad value.
    See Also