ControlSite.Shadow Property

Definition

Gets or sets a value that indicates whether the font is a shadow font or if the ControlSite has a shadow.

public:
 property bool Shadow { bool get(); void set(bool value); };
public bool Shadow { get; set; }
member this.Shadow : bool with get, set
Public Property Shadow As Boolean

Property Value

true if the font is a shadow font or if the ControlSite has a shadow; otherwise, false.

Applies to