'Declaration Public Property ShapeStyle As ExpressionInfo
public ExpressionInfo ShapeStyle {get; set;}
'Declaration Public Property ShapeStyle As ExpressionInfo
public ExpressionInfo ShapeStyle {get; set;}
var shape = new Shape(); shape.ShapeStyle = "Rectangle";