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