VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceVisualizer Class / SliceThicknessBrush Property
Syntax Requirements SeeAlso
In This Topic
    SliceThicknessBrush Property (WpfMprSliceVisualizer)
    In This Topic
    Gets or sets a brush for filling of MPR slice thickness.
    Syntax
    'Declaration
    
    Public Overridable Property SliceThicknessBrush As System.Windows.Media.Brush
    
    
    public virtual System.Windows.Media.Brush SliceThicknessBrush { get; set; }
    
    
    public: __property virtual System.Windows.Media.Brush* get_SliceThicknessBrush();
    public: __property virtual void set_SliceThicknessBrush(
    System.Windows.Media.Brush* value
    );
    public:
    virtual property System.Windows.Media.Brush^ SliceThicknessBrush { System.Windows.Media.Brush^ get(); void set(System.Windows.Media.Brush^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also