Gets or sets the distance that the shadow's center is offset from the the object's center. Note that only absolute
Unit values (such as "0.5in" or "4mm") can be assigned to this property.
シンタックス
'宣言
Public Property Distance As Unit
'使用法
Dim instance As Shadow
Dim value As Unit
instance.Distance = value
value = instance.Distance
public Unit Distance {get; set;}
参照