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