[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("Determines that annotations are shown on the thumbnail image.")] public bool ShowAnnotations { get; set; }
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("Determines that annotations are shown on the thumbnail image.")] public: __property bool get_ShowAnnotations(); public: __property void set_ShowAnnotations(
bool value
);
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("Determines that annotations are shown on the thumbnail image.")] public:
property bool ShowAnnotations { bool get(); void set(bool value); }
'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("Determines that annotations are shown on the thumbnail image.")> Public Property ShowAnnotations As Boolean
Property Value
true - аннотации отображаются на миниатюре изображения; false - аннотации не отображаются на миниатюре изображения. Значение по умолчанию - true.