BulletChrome::BorderBrush Property

 

Gets or sets the brush used to draw the outer border of the Bullet.

Namespace:   Microsoft.Windows.Themes
Assemblies:   PresentationFramework.Aero (in PresentationFramework.Aero.dll)
  PresentationFramework.Aero2 (in PresentationFramework.Aero2.dll)
  PresentationFramework.Luna (in PresentationFramework.Luna.dll)
  PresentationFramework.Royale (in PresentationFramework.Royale.dll)

public:
property Brush^ BorderBrush {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

The brush used to draw the outer border of the Bullet.

.NET Framework
Available since 3.0
Return to top
Show: