BetaSpeckle.BetaSpeckleComponentAttributes.Layout C# (CSharp) Method

Layout() protected method

protected Layout ( ) : void
return void
        protected override void Layout()
        {
            base.Layout();
            this.bounds.Inflate(new SizeF(7f, 30f));
        }