'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the image viewer renders only visible images.")> <CategoryAttribute("VintaSoft")> Public Property RenderOnlyVisibleImages As Boolean
[DefaultValue(True)] [Description("A value indicating whether the image viewer renders only visible images.")] [Category("VintaSoft")] public bool RenderOnlyVisibleImages { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the image viewer renders only visible images.")] [Category("VintaSoft")] public: __property bool get_RenderOnlyVisibleImages(); public: __property void set_RenderOnlyVisibleImages(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the image viewer renders only visible images.")] [Category("VintaSoft")] public:
property bool RenderOnlyVisibleImages { bool get(); void set(bool value); }
Property Value
true - просмотрщик изображений отображает только видимые изображения; false - просмотрщик изображений отображает все изображения.
Значение по умолчанию - true.
Значение по умолчанию - true.