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