'Declaration <DefaultValueAttribute(Normal)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value that specifies how an image is positioned within the viewer.")> Public Overridable Property SizeMode As ImageSizeMode
[DefaultValue(Normal)] [Category("VintaSoft")] [Description("A value that specifies how an image is positioned within the viewer.")] public virtual ImageSizeMode SizeMode { get; set; }
[DefaultValue(Normal)] [Category("VintaSoft")] [Description("A value that specifies how an image is positioned within the viewer.")] public: __property virtual ImageSizeMode get_SizeMode(); public: __property virtual void set_SizeMode(
ImageSizeMode value
);
[DefaultValue(Normal)] [Category("VintaSoft")] [Description("A value that specifies how an image is positioned within the viewer.")] public:
virtual property ImageSizeMode SizeMode { ImageSizeMode get(); void set(ImageSizeMode value); }
Property Value
Default value is ImageSizeMode.Normal.