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