VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / MprImageTool Class / MouseOrientationForSliceBrowsing Property
Синтаксис Требования Смотрите также
В этом разделе
    MouseOrientationForSliceBrowsing Свойство (MprImageTool)
    В этом разделе
    Возвращает или задает ориентацию перемещения мыши для просмотра фрагментов.
    Синтаксис
    'Declaration
    
    Public Property MouseOrientationForSliceBrowsing As System.Windows.Forms.Orientation
    
    
    public System.Windows.Forms.Orientation MouseOrientationForSliceBrowsing { get; set; }
    
    
    public: __property System.Windows.Forms.Orientation* get_MouseOrientationForSliceBrowsing();
    public: __property void set_MouseOrientationForSliceBrowsing(
    System.Windows.Forms.Orientation* value
    );
    public:
    property System.Windows.Forms.Orientation^ MouseOrientationForSliceBrowsing { System.Windows.Forms.Orientation^ get(); void set(System.Windows.Forms.Orientation^ value); }

    Property Value

    Значение по умолчанию - System.Windows.Forms.Orientation.Вертикально.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также