'Declaration <DescriptionAttribute("The name of an icon to be used in displaying the annotation.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute("Note")> Public Property StickName As System.String
[Description("The name of an icon to be used in displaying the annotation.")] [Category("Appearance")] [DefaultValue("Note")] public System.String StickName { get; set; }
[Description("The name of an icon to be used in displaying the annotation.")] [Category("Appearance")] [DefaultValue("Note")] public: __property System.String get_StickName(); public: __property void set_StickName(
System.String value
);
[Description("The name of an icon to be used in displaying the annotation.")] [Category("Appearance")] [DefaultValue("Note")] public:
property System.String StickName { System.String get(); void set(System.String value); }
Property Value
Default value: Note.