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

GetUnwriteableMarginBottomAttribute() public method

public GetUnwriteableMarginBottomAttribute ( ) : double
return double
        public double GetUnwriteableMarginBottomAttribute()
        {
            Console.WriteLine("19");
            return m_unwriteableMarginBottom;
        }
PrintSettings