'Declaration Public Property Style As Style
public Style Style {get; set;}
Body body = new Body(); body.Style = new Style { BackgroundColor = "LightGray" };
Body Class Body Members