OuterGlowBitmapEffect::GlowSize Property

 
obsoleteCodeEntityT:System.Windows.Media.Effects.BlurEffect

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

Namespace:   System.Windows.Media.Effects
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property double GlowSize {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

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.

The following illustration demonstrates the effect of this property.

Screenshot: OuterGlowBitmapEffect bitmap effect

Identifier field

GlowSizeProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: