Aligns a Picture with the specified alignment.

 public void Align(Alignment alignment)
Public sub Align(ByVal alignment As Alignment)

An Alignment value representing the desired alignment of the Picture.

 
          pic.Align(Alignment.Center);


          pic.Align(Alignment.Center)