'宣言 Public Property BorderThickness As System.Windows.Forms.Padding
'使用法 Dim instance As Legend Dim value As System.Windows.Forms.Padding instance.BorderThickness = value value = instance.BorderThickness
public System.Windows.Forms.Padding BorderThickness {get; set;}