VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / DisplayMode Property
Синтаксис Требования Смотрите также
В этом разделе
    DisplayMode Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает текущий режим отображения просмотрщика изображений.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Current display mode of image viewer.")>
    <DefaultValueAttribute(SinglePage)>
    <CategoryAttribute("VintaSoft")>
    Public Property DisplayMode As Vintasoft.Imaging.UI.ImageViewerDisplayMode
    
    
    [Description("Current display mode of image viewer.")]
    [DefaultValue(SinglePage)]
    [Category("VintaSoft")]
    public Vintasoft.Imaging.UI.ImageViewerDisplayMode DisplayMode { get; set; }
    
    
    [Description("Current display mode of image viewer.")]
    [DefaultValue(SinglePage)]
    [Category("VintaSoft")]
    public: __property Vintasoft.Imaging.UI.ImageViewerDisplayMode get_DisplayMode();
    public: __property void set_DisplayMode(
    Vintasoft.Imaging.UI.ImageViewerDisplayMode value
    );
    [Description("Current display mode of image viewer.")]
    [DefaultValue(SinglePage)]
    [Category("VintaSoft")]
    public:
    property Vintasoft.Imaging.UI.ImageViewerDisplayMode DisplayMode { Vintasoft.Imaging.UI.ImageViewerDisplayMode get(); void set(Vintasoft.Imaging.UI.ImageViewerDisplayMode value); }
    Требования

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

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