Styles don't need to equal anything, they just are.
sf::RenderWindow Window(Program, "My Program", sf::Style::Resize, 0);
Try out all the different styles by compiling and changing the style between Resize and the other options, you'll quickly see how it works, and what the different options do.