StrokeColor Property (AnnotationFreeHand)
 
            
                In This Topic
            
            
            The color to be used for line painting of the annotation.
            The width of the stroked line is determined by the BorderWidth parameter.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property StrokeColor As Color
             
        
            
            public new Color StrokeColor {get; set;}
             
        
            
            public read-write property StrokeColor: Color; 
             
        
            
            public hide function get,set StrokeColor : Color
             
        
            
            public: __property new Color get_StrokeColor();
public: __property new void set_StrokeColor( 
   Color value
);
             
        
            
            public:
new property Color StrokeColor {
   Color get();
   void set (    Color value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also