//--------------------------------------
//               PowerUI
//
//        For documentation or 
//    if you have any issues, visit
//        powerUI.kulestar.com
//
//    Copyright © 2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

using System;


namespace Css{
	
	/// <summary>
	/// See CssCompositeProperty.GetSetPropertyInfo for more details.
	/// </summary>
	
	public class CssPropertySetInfo{
		
		/// <summary>True if the property was set.</summary>
		public bool Set;
		
	}
	
}