VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / ImageRulerGraphicObject Class / Direction Property
Синтаксис Требования Смотрите также
В этом разделе
    Direction Свойство (ImageRulerGraphicObject)
    В этом разделе
    Возвращает или устанавливает направление линейки.
    Синтаксис
    'Declaration
    
    Public Property Direction As ImageRulerDirection
    
    
    public ImageRulerDirection Direction { get; set; }
    
    
    public: __property ImageRulerDirection get_Direction();
    public: __property void set_Direction(
    ImageRulerDirection value
    );
    public:
    property ImageRulerDirection Direction { ImageRulerDirection get(); void set(ImageRulerDirection value); }

    Property Value

    Значение по умолчанию - ImageRulerDirection.Horizontal.
    Требования

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

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