public void TestStyle() { var styleS = new Style(); styleS.MinVisible = 2; styleS.MaxVisible = 100; styleS.Enabled = false; var styleD = SandD(styleS, GetFormatter()); AreStylesEqual(styleS, styleD); }
// ReSharper disable PublicConstructorInAbstractClass ///<summary> /// Creates an instance of this class using the given Style ///</summary> ///<param name="style"></param> public Layer(Style style) // ReSharper restore PublicConstructorInAbstractClass { _style = style; }
// ReSharper restore PublicConstructorInAbstractClass // ReSharper disable PublicConstructorInAbstractClass ///<summary> /// Creates an instance of this class using the given Style ///</summary> ///<param name="style"></param> public Layer(Style style) { _style = style; }
protected Layer() //Style style) { _style = new Style(); }
//Style style) protected Layer() { _style = new Style(); }