' 注釈のディメンションを指定します
rect.Height = 50
rect.Width = 140
' 注釈スタイルとコンテンツスタイルをカスタマイズします
rect.Style.FillColor = Color.FromArgb(200, Color.DarkBlue)
rect.Style.StrokeColor = Color.OrangeRed
rect.Style.StrokeWidth = 2
rect.Style.StrokeDashPattern = New Single() {1.0F, 2.0F}
rect.ContentStyle.StrokeColor = Color.Yellow
rect.ContentStyle.Font =
New System.Drawing.Font(FontFamily.GenericSansSerif, 8.5F, FontStyle.Bold)