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