'Declaration<CategoryAttribute("ToolTips")> <DescriptionAttribute("The title of the tooltip")> <DefaultValueAttribute("{Subject}")> Public Property Title As String
'UsageDim instance As PdfVisualAnnotationToolTipContentRequestedEventArgs Dim value As String instance.Title = value value = instance.Title
[Category("ToolTips")] [Description("The title of the tooltip")] [DefaultValue("{Subject}")] public string Title {get; set;}
[Category("ToolTips")] [Description("The title of the tooltip")] [DefaultValue("{Subject}")] public: property String^ Title { String^ get(); void set ( String^ value); }