ComponentFactory.Krypton.Toolkit.ViewLayoutFit.ViewLayoutFit C# (CSharp) Метод

ViewLayoutFit() публичный Метод

Initialize a new instance of the ViewLayoutFit class.
public ViewLayoutFit ( Orientation orientation ) : System
orientation Orientation Direction to fit.
Результат System
        public ViewLayoutFit(Orientation orientation)
        {
            _orientation = orientation;
        }