'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The rich text string that shall be displayed in the popup window when the annotation is opened.")> <CategoryAttribute("Common")> Public Property RichText As System.String
[DefaultValue(null)] [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")] [Category("Common")] public System.String RichText { get; set; }
[DefaultValue(null)] [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")] [Category("Common")] public: __property System.String get_RichText(); public: __property void set_RichText(
System.String value
);
[DefaultValue(null)] [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")] [Category("Common")] public:
property System.String RichText { System.String get(); void set(System.String value); }