Skybound.Gecko.PrintSettings.GetEdgeLeftAttribute C# (CSharp) Method

GetEdgeLeftAttribute() public method

public GetEdgeLeftAttribute ( ) : double
return double
        public double GetEdgeLeftAttribute()
        {
            Console.WriteLine("10");
            return m_edgeLeft;
        }
PrintSettings