ComponentFactory.Krypton.Toolkit.ViewLayoutFit.ViewLayoutFit C# (CSharp) Method

ViewLayoutFit() public method

Initialize a new instance of the ViewLayoutFit class.
public ViewLayoutFit ( Orientation orientation ) : System
orientation Orientation Direction to fit.
return System
        public ViewLayoutFit(Orientation orientation)
        {
            _orientation = orientation;
        }