Skybound.Gecko.PrintSettings.GetEdgeBottomAttribute C# (CSharp) Метод

GetEdgeBottomAttribute() публичный Метод

public GetEdgeBottomAttribute ( ) : double
Результат double
        public double GetEdgeBottomAttribute()
        {
            Console.WriteLine("11");
            return m_edgeBottom;
        }
PrintSettings