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