BetaSpeckle.BetaSpeckleComponentAttributes.Layout C# (CSharp) 메소드

Layout() 보호된 메소드

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