'Declaration <DefaultValueAttribute(Normal)> <DescriptionAttribute("A value that specifies how an image is positioned within the viewer.")> <CategoryAttribute("VintaSoft")> Public Overridable Property SizeMode As ImageSizeMode
[DefaultValue(Normal)] [Description("A value that specifies how an image is positioned within the viewer.")] [Category("VintaSoft")] public virtual ImageSizeMode SizeMode { get; set; }
[DefaultValue(Normal)] [Description("A value that 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(Normal)] [Description("A value that specifies how an image is positioned within the viewer.")] [Category("VintaSoft")] public:
virtual property ImageSizeMode SizeMode { ImageSizeMode get(); void set(ImageSizeMode value); }
Property Value
Значение по умолчанию - ImageSizeMode.Normal.