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