VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / MultipageDisplayLayoutDirection Property
Синтаксис Требования Смотрите также
В этом разделе
    MultipageDisplayLayoutDirection Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает направление макета изображений в многостраничном режиме отображения.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Vertical)>
    <BrowsableAttribute(False)>
    Public Property MultipageDisplayLayoutDirection As Vintasoft.Imaging.UI.ImagesLayoutDirection
    
    
    [DefaultValue(Vertical)]
    [Browsable(False)]
    public Vintasoft.Imaging.UI.ImagesLayoutDirection MultipageDisplayLayoutDirection { get; set; }
    
    
    [DefaultValue(Vertical)]
    [Browsable(False)]
    public: __property Vintasoft.Imaging.UI.ImagesLayoutDirection get_MultipageDisplayLayoutDirection();
    public: __property void set_MultipageDisplayLayoutDirection(
    Vintasoft.Imaging.UI.ImagesLayoutDirection value
    );

    Property Value

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

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

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