RadiusFactor Property (AnnotationText)
 
            
                In This Topic
            
            
            The radius factor used to draw rounded borders, in the range [0;1]. 0 means: 0% rounded borders, 1 means 100% rounded.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property RadiusFactor As Single
             
        
            
            public new float RadiusFactor {get; set;}
             
        
            
            public read-write property RadiusFactor: Single; 
             
        
            
            public hide function get,set RadiusFactor : float
             
        
            
            public: __property new float get_RadiusFactor();
public: __property new void set_RadiusFactor( 
   float value
);
             
        
            
            public:
new property float RadiusFactor {
   float get();
   void set (    float value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also