|
52 | 52 | <Docs>
|
53 | 53 | <summary>Creates the theme-specific look for Windows Presentation Foundation (WPF) <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> elements. A <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> defines the appearance of <see cref="T:System.Windows.Controls.CheckBox" /> and <see cref="T:System.Windows.Controls.RadioButton" /> elements.</summary>
|
54 | 54 | <remarks>
|
55 |
| - <format type="text/markdown"><![CDATA[ |
56 |
| - |
57 |
| -## Remarks |
58 |
| - The actual appearance of the <xref:System.Windows.Controls.Primitives.BulletDecorator.Bullet%2A> is dependent on which theme is active on the user's system. The properties of this class allow WPF to set the appearance based on the current theme. |
59 |
| - |
60 |
| - In XAML usage, a <xref:Microsoft.Windows.Themes.BulletChrome> object element can also have child content, which can be a single <xref:System.Windows.UIElement> that sets the <xref:System.Windows.Controls.Decorator.Child%2A> property. |
61 |
| - |
62 |
| -<a name="xamlObjectElementUsage_BulletChrome"></a> |
63 |
| -## XAML Object Element Usage |
64 |
| - |
65 |
| -``` |
66 |
| -<theme:BulletChrome .../> |
67 |
| -``` |
68 |
| - |
69 |
| -<a name="xamlValues_BulletChrome"></a> |
70 |
| -## XAML Values |
71 |
| - `theme:` |
72 |
| - An xmlns prefix for the <xref:Microsoft.Windows.Themes> CLR namespace. Typically, xmlns prefixes and mappings are defined in a XAML root element (not shown). |
73 |
| - |
| 55 | + <format type="text/markdown"><![CDATA[ |
| 56 | +
|
| 57 | +## Remarks |
| 58 | + The actual appearance of the <xref:System.Windows.Controls.Primitives.BulletDecorator.Bullet%2A> is dependent on which theme is active on the user's system. The properties of this class allow WPF to set the appearance based on the current theme. |
| 59 | +
|
| 60 | + In XAML usage, a <xref:Microsoft.Windows.Themes.BulletChrome> object element can also have child content, which can be a single <xref:System.Windows.UIElement> that sets the <xref:System.Windows.Controls.Decorator.Child%2A> property. |
| 61 | +
|
| 62 | +<a name="xamlObjectElementUsage_BulletChrome"></a> |
| 63 | +## XAML Object Element Usage |
| 64 | +
|
| 65 | +``` |
| 66 | +<theme:BulletChrome .../> |
| 67 | +``` |
| 68 | +
|
| 69 | +<a name="xamlValues_BulletChrome"></a> |
| 70 | +## XAML Values |
| 71 | + `theme:` |
| 72 | + An xmlns prefix for the <xref:Microsoft.Windows.Themes> CLR namespace. Typically, xmlns prefixes and mappings are defined in a XAML root element (not shown). |
| 73 | +
|
74 | 74 | ]]></format>
|
75 | 75 | </remarks>
|
76 | 76 | </Docs>
|
|
187 | 187 | <summary>Gets or sets the brush used to fill the background of the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" />.</summary>
|
188 | 188 | <value>The brush used to fill the background of the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" />.</value>
|
189 | 189 | <remarks>
|
190 |
| - <format type="text/markdown"><![CDATA[ |
191 |
| - |
192 |
| -## Remarks |
193 |
| - |
194 |
| -<a name="dependencyPropertyInfo_Background"></a> |
195 |
| -## Dependency Property Information |
196 |
| - |
197 |
| -||| |
198 |
| -|-|-| |
199 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.BackgroundProperty>| |
200 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>| |
201 |
| - |
| 190 | + <format type="text/markdown"><![CDATA[ |
| 191 | +
|
| 192 | +## Remarks |
| 193 | +
|
| 194 | +<a name="dependencyPropertyInfo_Background"></a> |
| 195 | +## Dependency Property Information |
| 196 | +
|
| 197 | +| Item | Value | |
| 198 | +|------------------|----------------------------------------------------------| |
| 199 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.BackgroundProperty>| |
| 200 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>| |
| 201 | +
|
202 | 202 | ]]></format>
|
203 | 203 | </remarks>
|
204 | 204 | </Docs>
|
|
312 | 312 | <summary>Gets or sets the brush used to draw the outer border of the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" />.</summary>
|
313 | 313 | <value>The brush used to draw the outer border of the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" />.</value>
|
314 | 314 | <remarks>
|
315 |
| - <format type="text/markdown"><![CDATA[ |
316 |
| - |
317 |
| -## Remarks |
318 |
| - |
319 |
| -<a name="dependencyPropertyInfo_BorderBrush"></a> |
320 |
| -## Dependency Property Information |
321 |
| - |
322 |
| -||| |
323 |
| -|-|-| |
324 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.BorderBrushProperty>| |
325 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>| |
326 |
| - |
| 315 | + <format type="text/markdown"><![CDATA[ |
| 316 | +
|
| 317 | +## Remarks |
| 318 | +
|
| 319 | +<a name="dependencyPropertyInfo_BorderBrush"></a> |
| 320 | +## Dependency Property Information |
| 321 | +
|
| 322 | +| Item | Value | |
| 323 | +|------------------|----------------------------------------------------------| |
| 324 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.BorderBrushProperty>| |
| 325 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>| |
| 326 | +
|
327 | 327 | ]]></format>
|
328 | 328 | </remarks>
|
329 | 329 | </Docs>
|
|
418 | 418 | <summary>Gets or sets the thickness used to draw the outer border of the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" />.</summary>
|
419 | 419 | <value>The thickness used to draw the border of the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" />.</value>
|
420 | 420 | <remarks>
|
421 |
| - <format type="text/markdown"><![CDATA[ |
422 |
| - |
423 |
| -## Remarks |
424 |
| - This property is not available in the Windows Aero theme. |
425 |
| - |
426 |
| -<a name="dependencyPropertyInfo_BorderThickness"></a> |
427 |
| -## Dependency Property Information |
428 |
| - |
429 |
| -||| |
430 |
| -|-|-| |
431 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.BorderThicknessProperty>| |
432 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>, <xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>| |
433 |
| - |
| 421 | + <format type="text/markdown"><![CDATA[ |
| 422 | +
|
| 423 | +## Remarks |
| 424 | + This property is not available in the Windows Aero theme. |
| 425 | +
|
| 426 | +<a name="dependencyPropertyInfo_BorderThickness"></a> |
| 427 | +## Dependency Property Information |
| 428 | +
|
| 429 | +| Item | Value | |
| 430 | +|------------------|----------------------------------------------------------| |
| 431 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.BorderThicknessProperty>| |
| 432 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>, <xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>| |
| 433 | +
|
434 | 434 | ]]></format>
|
435 | 435 | </remarks>
|
436 | 436 | </Docs>
|
|
526 | 526 | <value>
|
527 | 527 | <see langword="true" /> if the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> is checked; <see langword="false" /> if the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> is not checked; otherwise, <see langword="null" />.</value>
|
528 | 528 | <remarks>
|
529 |
| - <format type="text/markdown"><![CDATA[ |
530 |
| - |
531 |
| -## Remarks |
532 |
| - This property only applies when the <xref:System.Windows.Controls.Primitives.BulletDecorator.Bullet%2A> is a <xref:System.Windows.Controls.RadioButton> or <xref:System.Windows.Controls.CheckBox>. |
533 |
| - |
534 |
| - If the object used for the bullet supports an `IsThreeState` property, and the value of that property is `true`, then a value of `null` is potentially user-settable. Otherwise, the value of <xref:Microsoft.Windows.Themes.BulletChrome.IsChecked%2A> cannot be set to `null` by user action, but it can be set that way in markup or code. |
535 |
| - |
536 |
| -<a name="dependencyPropertyInfo_IsChecked"></a> |
537 |
| -## Dependency Property Information |
538 |
| - |
539 |
| -||| |
540 |
| -|-|-| |
541 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.IsCheckedProperty>| |
542 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)| |
543 |
| - |
544 |
| -<a name="xamlAttributeUsage_IsChecked"></a> |
545 |
| -## XAML Attribute Usage |
546 |
| - |
| 529 | + <format type="text/markdown"><![CDATA[ |
| 530 | +
|
| 531 | +## Remarks |
| 532 | + This property only applies when the <xref:System.Windows.Controls.Primitives.BulletDecorator.Bullet%2A> is a <xref:System.Windows.Controls.RadioButton> or <xref:System.Windows.Controls.CheckBox>. |
| 533 | +
|
| 534 | + If the object used for the bullet supports an `IsThreeState` property, and the value of that property is `true`, then a value of `null` is potentially user-settable. Otherwise, the value of <xref:Microsoft.Windows.Themes.BulletChrome.IsChecked%2A> cannot be set to `null` by user action, but it can be set that way in markup or code. |
| 535 | +
|
| 536 | +<a name="dependencyPropertyInfo_IsChecked"></a> |
| 537 | +## Dependency Property Information |
| 538 | +
|
| 539 | +| Item | Value | |
| 540 | +|------------------|----------------------------------------------------------| |
| 541 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.IsCheckedProperty>| |
| 542 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)| |
| 543 | +
|
| 544 | +<a name="xamlAttributeUsage_IsChecked"></a> |
| 545 | +## XAML Attribute Usage |
| 546 | +
|
547 | 547 | ```xaml
|
548 |
| -<object IsChecked="bool"/> |
| 548 | +<object IsChecked="bool"/> |
549 | 549 | ```
|
550 | 550 |
|
551 |
| --or- |
| 551 | +-or- |
552 | 552 |
|
553 | 553 | ```xaml
|
554 |
| -<object IsChecked="x:Null"/> |
555 |
| -``` |
| 554 | +<object IsChecked="x:Null"/> |
| 555 | +``` |
556 | 556 |
|
557 | 557 | ]]></format>
|
558 | 558 | </remarks>
|
|
668 | 668 | <value>
|
669 | 669 | <see langword="true" /> if the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> has round corners; otherwise <see langword="false" />.</value>
|
670 | 670 | <remarks>
|
671 |
| - <format type="text/markdown"><![CDATA[ |
672 |
| - |
673 |
| -## Remarks |
674 |
| - When set to `false`, the corners are square. |
675 |
| - |
676 |
| -<a name="dependencyPropertyInfo_IsRound"></a> |
677 |
| -## Dependency Property Information |
678 |
| - |
679 |
| -||| |
680 |
| -|-|-| |
681 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.IsRoundProperty>| |
682 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>| |
683 |
| - |
| 671 | + <format type="text/markdown"><![CDATA[ |
| 672 | +
|
| 673 | +## Remarks |
| 674 | + When set to `false`, the corners are square. |
| 675 | +
|
| 676 | +<a name="dependencyPropertyInfo_IsRound"></a> |
| 677 | +## Dependency Property Information |
| 678 | +
|
| 679 | +| Item | Value | |
| 680 | +|------------------|----------------------------------------------------------| |
| 681 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.IsRoundProperty>| |
| 682 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>| |
| 683 | +
|
684 | 684 | ]]></format>
|
685 | 685 | </remarks>
|
686 | 686 | </Docs>
|
|
914 | 914 | <value>
|
915 | 915 | <see langword="true" /> if the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> appears as if the mouse is over it; otherwise <see langword="false" />.</value>
|
916 | 916 | <remarks>
|
917 |
| - <format type="text/markdown"><![CDATA[ |
918 |
| - |
919 |
| -## Remarks |
920 |
| - |
921 |
| -<a name="dependencyPropertyInfo_RenderMouseOver"></a> |
922 |
| -## Dependency Property Information |
923 |
| - |
924 |
| -||| |
925 |
| -|-|-| |
926 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.RenderMouseOverProperty>| |
927 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)| |
928 |
| - |
| 917 | + <format type="text/markdown"><![CDATA[ |
| 918 | +
|
| 919 | +## Remarks |
| 920 | +
|
| 921 | +<a name="dependencyPropertyInfo_RenderMouseOver"></a> |
| 922 | +## Dependency Property Information |
| 923 | +
|
| 924 | +| Item | Value | |
| 925 | +|------------------|----------------------------------------------------------| |
| 926 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.RenderMouseOverProperty>| |
| 927 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)| |
| 928 | +
|
929 | 929 | ]]></format>
|
930 | 930 | </remarks>
|
931 | 931 | </Docs>
|
|
1040 | 1040 | <value>
|
1041 | 1041 | <see langword="true" /> if the <see cref="P:System.Windows.Controls.Primitives.BulletDecorator.Bullet" /> appears pressed; otherwise <see langword="false" />.</value>
|
1042 | 1042 | <remarks>
|
1043 |
| - <format type="text/markdown"><![CDATA[ |
1044 |
| - |
1045 |
| -## Remarks |
1046 |
| - |
1047 |
| -<a name="dependencyPropertyInfo_RenderPressed"></a> |
1048 |
| -## Dependency Property Information |
1049 |
| - |
1050 |
| -||| |
1051 |
| -|-|-| |
1052 |
| -|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.RenderPressedProperty>| |
1053 |
| -|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)| |
1054 |
| - |
| 1043 | + <format type="text/markdown"><![CDATA[ |
| 1044 | +
|
| 1045 | +## Remarks |
| 1046 | +
|
| 1047 | +<a name="dependencyPropertyInfo_RenderPressed"></a> |
| 1048 | +## Dependency Property Information |
| 1049 | +
|
| 1050 | +| Item | Value | |
| 1051 | +|------------------|----------------------------------------------------------| |
| 1052 | +|Identifier field|<xref:Microsoft.Windows.Themes.BulletChrome.RenderPressedProperty>| |
| 1053 | +|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)| |
| 1054 | +
|
1055 | 1055 | ]]></format>
|
1056 | 1056 | </remarks>
|
1057 | 1057 | </Docs>
|
|
0 commit comments