Skybound.Gecko.PrintSettings.GetMarginBottomAttribute C# (CSharp) Méthode

GetMarginBottomAttribute() public méthode

public GetMarginBottomAttribute ( ) : double
Résultat double
        public double GetMarginBottomAttribute()
        {
            Console.WriteLine("15");
            return m_marginBottom;
        }
PrintSettings