Gets or sets the padding (white space added between the style owner's content and borders).
シンタックス
'宣言
Public Property Padding As Thickness
'使用法
Dim instance As Style
Dim value As Thickness
instance.Padding = value
value = instance.Padding
public Thickness Padding {get; set;}
参照