PDFView4NET WPF Edition
DefaultEllipseAnnotationBorderColor Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : DefaultEllipseAnnotationBorderColor Property
Gets or sets the default border color for ellipse annotations.
Syntax
'Declaration
 
Public Property DefaultEllipseAnnotationBorderColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.DefaultEllipseAnnotationBorderColor = value
 
value = instance.DefaultEllipseAnnotationBorderColor
public Color DefaultEllipseAnnotationBorderColor {get; set;}
public: __property Color get_DefaultEllipseAnnotationBorderColor();
public: __property void set_DefaultEllipseAnnotationBorderColor( 
   Color value
);
public:
property Color DefaultEllipseAnnotationBorderColor {
   Color get();
   void set (    Color value);
}

Property Value

The default color used to draw the border of ellipse annotation on the screen.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members