Gets a value indicating whether this
Font is shadow.
public bool Shadow {get; set;}
'Declaration
Public Property Shadow As Boolean
'Usage
Dim instance As Font
Dim value As Boolean
instance.Shadow = value
value = instance.Shadow
Property Value
true
if this
Font is shadow; otherwise,
false
.