'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A name describing the annotation's caption style.")> <DefaultValueAttribute(0)> Public Property CaptionStyle As System.String
[Category("Appearance")] [Description("A name describing the annotation's caption style.")] [DefaultValue(0)] public System.String CaptionStyle { get; set; }
[Category("Appearance")] [Description("A name describing the annotation's caption style.")] [DefaultValue(0)] public: __property System.String get_CaptionStyle(); public: __property void set_CaptionStyle(
System.String value
);
[Category("Appearance")] [Description("A name describing the annotation's caption style.")] [DefaultValue(0)] public:
property System.String CaptionStyle { System.String get(); void set(System.String value); }