SpacesBefore Property (RtfParagraph)
 
            
                In This Topic
            
            Gets or sets the spaces before value of this paragraph.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property SpacesBefore As Single
             
        
            
            public float SpacesBefore {get; set;}
             
        
             
        
            
            
            Property Value
The spaces before of the paragraph.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also