FarPoint.Win.ComplexBorderSide side = new FarPoint.Win.ComplexBorderSide(true, Color.Red, (int)1.5, System.Drawing.Drawing2D.DashStyle.Solid, newfloat[] {0.33F, 0.5F, 0.66F, 1.0F}, newfloat[] {0.33F, 0.5F, 0.66F, 1.0F});
FarPoint.Win.ComplexBorder bord = new FarPoint.Win.ComplexBorder(side);
int i = side.Width;
MessageBox.Show("The width of the side is " + i.ToString() + " pixels.");
Dim side AsNew FarPoint.Win.ComplexBorderSide(True, Color.Red, 1.5, Drawing2D.DashStyle.Solid, NewSingle() {0.33F, 0.5F, 0.66F, 1.0F}, NewSingle() {0.33F, 0.5F, 0.66F, 1.0F})
Dim bord AsNew FarPoint.Win.ComplexBorder(side)
Dim i AsInteger = side.Width
MessageBox.Show("The width of the side is " + i.ToString() + " pixels.")