Gets or sets the margin between the text and the bounding rectangle. 

            
            
            
            
            [TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
double TextEdgeMargin {get; set;}
             
        
            
            'Declaration
 
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Property TextEdgeMargin As Double
             
        
            
            'Usage
 
Dim instance As IAnnText
Dim value As Double
 
instance.TextEdgeMargin = value
 
value = instance.TextEdgeMargin
             
        
            
        
            
        
            
            [TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
property double TextEdgeMargin {
   double get();
   void set (    double value);
}
             
        
             
        
            
            
            Property Value
A double value that specifies the margin between the text and the bounding rectangle.