'Declaration <DescriptionAttribute("A type of annotation when annotation is collapsed.")> <DefaultValueAttribute(Text)> Public Property CollapsedType As Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType
[Description("A type of annotation when annotation is collapsed.")] [DefaultValue(Text)] public Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType CollapsedType { get; set; }
[Description("A type of annotation when annotation is collapsed.")] [DefaultValue(Text)] public: __property Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType get_CollapsedType(); public: __property void set_CollapsedType(
Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType value
);
[Description("A type of annotation when annotation is collapsed.")] [DefaultValue(Text)] public:
property Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType CollapsedType { Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType get(); void set(Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType value); }