Specifies the shadow style to apply to all forms.


Namespace: SkinSoft.VistaSkin
Assembly: SkinSoft.VistaSkin (in SkinSoft.VistaSkin.dll)

Syntax

Visual Basic (Declaration)
Public Property ShadowStyle As ShadowStyle
C#
public ShadowStyle ShadowStyle { get; set; }
C++
public property ShadowStyle ShadowStyle sealed  {
    ShadowStyle get();
    void set(ShadowStyle value);
}
J#
/** property */
public ShadowStyle get_ShadowStyle();

/** property */
public void set_ShadowStyle(ShadowStyle value);
JScript
public function get ShadowStyle() : ShadowStyle

public function set ShadowStyle(value : ShadowStyle);

See Also