'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the image is centered in the control when image is loading.")> <DefaultValueAttribute(False)> Public Property CenterImage As Boolean
[Category("VintaSoft")] [Description("A value indicating whether the image is centered in the control when image is loading.")] [DefaultValue(False)] public bool CenterImage { get; set; }
[Category("VintaSoft")] [Description("A value indicating whether the image is centered in the control when image is loading.")] [DefaultValue(False)] public: __property bool get_CenterImage(); public: __property void set_CenterImage(
bool value
);
[Category("VintaSoft")] [Description("A value indicating whether the image is centered in the control when image is loading.")] [DefaultValue(False)] public:
property bool CenterImage { bool get(); void set(bool value); }
Property Value
true - изображение центрировано в элементе управления; false - изображение не центрировано в элементе управления.
Значение по умолчанию - false.
Значение по умолчанию - false.