'Declaration <DefaultValueAttribute(Note)> <DescriptionAttribute("Type of collapsed annotation when collapsed type is equal to StickyNoteAnnotationCollapsedType.Image.")> Public Property CollapsedIconType As StickyNoteIconType
[DefaultValue(Note)] [Description("Type of collapsed annotation when collapsed type is equal to StickyNoteAnnotationCollapsedType.Image.")] public StickyNoteIconType CollapsedIconType { get; set; }
[DefaultValue(Note)] [Description("Type of collapsed annotation when collapsed type is equal to StickyNoteAnnotationCollapsedType.Image.")] public: __property StickyNoteIconType get_CollapsedIconType(); public: __property void set_CollapsedIconType(
StickyNoteIconType value
);
[DefaultValue(Note)] [Description("Type of collapsed annotation when collapsed type is equal to StickyNoteAnnotationCollapsedType.Image.")] public:
property StickyNoteIconType CollapsedIconType { StickyNoteIconType get(); void set(StickyNoteIconType value); }
Property Value
Default value is StickyNoteIconType.Note.