VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / DisplayMode Property
Syntax Requirements SeeAlso
In This Topic
    DisplayMode Property (WpfImageViewer)
    In This Topic
    Gets or sets current display mode of image viewer.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(SinglePage)>
    <DescriptionAttribute("Current display mode of image viewer.")>
    <CategoryAttribute("VintaSoft")>
    Public Property DisplayMode As Vintasoft.Imaging.UI.ImageViewerDisplayMode
    
    
    [DefaultValue(SinglePage)]
    [Description("Current display mode of image viewer.")]
    [Category("VintaSoft")]
    public Vintasoft.Imaging.UI.ImageViewerDisplayMode DisplayMode { get; set; }
    
    
    [DefaultValue(SinglePage)]
    [Description("Current display mode of image viewer.")]
    [Category("VintaSoft")]
    public: __property Vintasoft.Imaging.UI.ImageViewerDisplayMode get_DisplayMode();
    public: __property void set_DisplayMode(
    Vintasoft.Imaging.UI.ImageViewerDisplayMode value
    );
    [DefaultValue(SinglePage)]
    [Description("Current display mode of image viewer.")]
    [Category("VintaSoft")]
    public:
    property Vintasoft.Imaging.UI.ImageViewerDisplayMode DisplayMode { Vintasoft.Imaging.UI.ImageViewerDisplayMode get(); void set(Vintasoft.Imaging.UI.ImageViewerDisplayMode value); }
    Requirements

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

    See Also