RadProgressBar provides support for Right-to-Left direction.
	To put the Telerik Progress Bar in RTL mode, its parent container should have its CSS direction property or dir attribute set to rtl.
	
		
			
				<
				div
				style
				=
				"direction:rtl;"
				>
			
		
		
			
				    
				
					<
					telerik:RadProgressBar
					runat
					=
					"server"
					ID
					=
					"RadProgressBar1"
					BarType
					=
					"Value"
					Value
					=
					"80"
					MinValue
					=
					"0"
					MaxValue
					=
					"100"
					>
				
			
		
		
			
				    
				
					</
					telerik:RadProgressBar
					>
				
			
		
		
			
				</
				div
				>
			
		
	 
	This parent element can be the BODY, the HTML element, or just a simple wrapper element as in this example.
	When set to RTL mode, the default progress indicator direction acts like reversed, but the Reversed property is still set to False as a default value.