BulletChrome::IsRound Property

 

Gets or sets a value indicating whether the Bullet has round corners.

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 bool IsRound {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Bullet has round corners; otherwise false.

When set to false, the corners are square.

Identifier field

IsRoundProperty

Metadata properties set to true

AffectsRender

.NET Framework
Available since 3.0
Return to top
Show: