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

ViewLayoutStretch() public method

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