OuterGlowBitmapEffect.GlowSize Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is BlurEffect. Gets or sets the thickness of the halo glow.

public:
 property double GlowSize { double get(); void set(double value); };
public double GlowSize { get; set; }
member this.GlowSize : double with get, set
Public Property GlowSize As Double

Property Value

The thickness of the halo glow, in device-independent unit (1/96th inch). The valid range of values is from 1 through 199. The default is 20.

Remarks

The following illustration demonstrates the effect of this property.

Screenshot: OuterGlowBitmapEffect bitmap effect

Dependency Property Information

Identifier field GlowSizeProperty
Metadata properties set to true None

Applies to