'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("PDF Annotations")> <DescriptionAttribute("Default color for drawing highlight annotations")> <DefaultValueAttribute(System.Drawing.Color, "Yellow")> Public Property DefaultHighlightAnnotationColor As Color
'Usage
Dim instance As PDFPageView Dim value As Color instance.DefaultHighlightAnnotationColor = value value = instance.DefaultHighlightAnnotationColor
[Browsable(true)] [Category("PDF Annotations")] [Description("Default color for drawing highlight annotations")] [DefaultValue(System.Drawing.Color, "Yellow")] public Color DefaultHighlightAnnotationColor {get; set;}
[Browsable(true)] [Category("PDF Annotations")] [Description("Default color for drawing highlight annotations")] [DefaultValue(System.Drawing.Color, "Yellow")] public: __property Color get_DefaultHighlightAnnotationColor(); public: __property void set_DefaultHighlightAnnotationColor( Color value );
[Browsable(true)] [Category("PDF Annotations")] [Description("Default color for drawing highlight annotations")] [DefaultValue(System.Drawing.Color, "Yellow")] public: property Color DefaultHighlightAnnotationColor { Color get(); void set ( Color value); }