Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.21 KB

File metadata and controls

22 lines (17 loc) · 1.21 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
BulletDecorator
Learn about BulletDecorator in this article, including BulletDecorator's two content properties, Bullet and Child.
03/30/2017
AutoGeneratedOrientationPage
controls [WPF], BulletDecorator
BulletDecorator control [WPF]
1756cabf-59b4-47a7-883d-1bdf2e5abe00

BulletDecorator

xref:System.Windows.Controls.Primitives.BulletDecorator has two content properties: xref:System.Windows.Controls.Primitives.BulletDecorator.Bullet%2A and xref:System.Windows.Controls.Decorator.Child%2A. The xref:System.Windows.Controls.Primitives.BulletDecorator.Bullet%2A property defines the xref:System.Windows.UIElement to use as a bullet. The xref:System.Windows.Controls.Decorator.Child%2A property defines a xref:System.Windows.UIElement that visually aligns with the bullet.

The following illustration shows examples of controls that use a xref:System.Windows.Controls.Primitives.BulletDecorator.

Example of a Checkbox, a RadioButton, and a TextBox bullet decorator.

Reference

xref:System.Windows.Controls.Primitives.BulletDecorator