'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the image viewer must render only visible images.")> <DefaultValueAttribute(True)> Public Property RenderOnlyVisibleImages As Boolean
[Category("VintaSoft")] [Description("A value indicating whether the image viewer must render only visible images.")] [DefaultValue(True)] public bool RenderOnlyVisibleImages { get; set; }
[Category("VintaSoft")] [Description("A value indicating whether the image viewer must render only visible images.")] [DefaultValue(True)] public: __property bool get_RenderOnlyVisibleImages(); public: __property void set_RenderOnlyVisibleImages(
bool value
);
[Category("VintaSoft")] [Description("A value indicating whether the image viewer must render only visible images.")] [DefaultValue(True)] public:
property bool RenderOnlyVisibleImages { bool get(); void set(bool value); }
Property Value
true - the image viewer must render only visible images; false - the image viewer must render all images.
Default value is true.
Default value is true.