[Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] [DefaultValue(True)] [Category("VintaSoft, Annotation")] public bool ShowAnnotations { get; set; }
[Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] [DefaultValue(True)] [Category("VintaSoft, Annotation")] public: __property bool get_ShowAnnotations(); public: __property void set_ShowAnnotations(
bool value
);
[Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] [DefaultValue(True)] [Category("VintaSoft, Annotation")] public:
property bool ShowAnnotations { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")> <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft, Annotation")> Public Property ShowAnnotations As Boolean
Property Value
True - annotations are shown on the thumbnails in the viewer; false - annotations are not shown on the thumbnails in the viewer. Default value is true.