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