ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Dicom Assembly / ImageGear.Windows.Controls Namespace / ImGearMprSettings Class / AxialLineBrush Property




In This Topic
    AxialLineBrush Property
    In This Topic
    Gets or sets the color of the MPR line for axial view reconstruction.
    Syntax
    'Declaration
     
    Public Property AxialLineBrush As SolidColorBrush
    'Usage
     
    Dim instance As ImGearMprSettings
    Dim value As SolidColorBrush
     
    instance.AxialLineBrush = value
     
    value = instance.AxialLineBrush
    public SolidColorBrush AxialLineBrush {get; set;}
    public: __property SolidColorBrush* get_AxialLineBrush();
    public: __property void set_AxialLineBrush( 
       SolidColorBrush* value
    );
    public:
    property SolidColorBrush^ AxialLineBrush {
       SolidColorBrush^ get();
       void set (    SolidColorBrush^ value);
    }

    Property Value

    SolidColorBrush value.
    See Also