You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							1015 B
						
					
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							1015 B
						
					
					
				using System; | 
						|
 | 
						|
namespace Kingo.Framework.LayerStyleConvert.XSDClass | 
						|
{ | 
						|
	// Token: 0x02000070 RID: 112 | 
						|
	public class CIMFill : SymbolLayer | 
						|
	{ | 
						|
		// Token: 0x17000165 RID: 357 | 
						|
		// (get) Token: 0x06000430 RID: 1072 RVA: 0x000185E0 File Offset: 0x000167E0 | 
						|
		// (set) Token: 0x06000431 RID: 1073 RVA: 0x000185F7 File Offset: 0x000167F7 | 
						|
		public bool Enable { get; set; } | 
						|
 | 
						|
		// Token: 0x17000166 RID: 358 | 
						|
		// (get) Token: 0x06000432 RID: 1074 RVA: 0x00018600 File Offset: 0x00016800 | 
						|
		// (set) Token: 0x06000433 RID: 1075 RVA: 0x00018617 File Offset: 0x00016817 | 
						|
		public bool ColorLocked { get; set; } | 
						|
 | 
						|
		// Token: 0x17000167 RID: 359 | 
						|
		// (get) Token: 0x06000434 RID: 1076 RVA: 0x00018620 File Offset: 0x00016820 | 
						|
		// (set) Token: 0x06000435 RID: 1077 RVA: 0x00018637 File Offset: 0x00016837 | 
						|
		public CIMPattern Pattern { get; set; } | 
						|
 | 
						|
		// Token: 0x06000436 RID: 1078 RVA: 0x00018640 File Offset: 0x00016840 | 
						|
		public CIMFill() | 
						|
		{ | 
						|
			base.Type = "CIMFill"; | 
						|
			this.Enable = true; | 
						|
			this.ColorLocked = true; | 
						|
		} | 
						|
	} | 
						|
}
 | 
						|
 |