'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(SinglePage)> <DescriptionAttribute("Current display mode of image viewer.")> Public Property DisplayMode As ImageViewerDisplayMode
[Category("VintaSoft")] [DefaultValue(SinglePage)] [Description("Current display mode of image viewer.")] public ImageViewerDisplayMode DisplayMode { get; set; }
[Category("VintaSoft")] [DefaultValue(SinglePage)] [Description("Current display mode of image viewer.")] public: __property ImageViewerDisplayMode get_DisplayMode(); public: __property void set_DisplayMode(
ImageViewerDisplayMode value
);
[Category("VintaSoft")] [DefaultValue(SinglePage)] [Description("Current display mode of image viewer.")] public:
property ImageViewerDisplayMode DisplayMode { ImageViewerDisplayMode get(); void set(ImageViewerDisplayMode value); }