mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
Updated titles and column headers for US-1889327 (#1276)
* Updated titles and column headers for US-1889327 * Updated title for US-1889327 * Updated title for US-1889327 * Minor fixes for US-1889327 * Minor fixes for US-1889327 * Test update. * Minor edit. * Review edits.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Binding Markup Extension"
|
||||
ms.date: "03/30/2017"
|
||||
ms.date: "01/17/2022"
|
||||
ms.custom: devdivchpfy22
|
||||
f1_keywords:
|
||||
- "Binding"
|
||||
helpviewer_keywords:
|
||||
@@ -31,8 +32,8 @@ Defers a property value to be a data-bound value, creating an intermediate expre
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`bindProp1, bindPropN`|The name of the <xref:System.Windows.Data.Binding> or <xref:System.Windows.Data.BindingBase> property to set. Not all <xref:System.Windows.Data.Binding> properties can be set with the `Binding` extension, and some properties are settable within a `Binding` expression only by using further nested markup extensions. See "Binding Properties That Can Be Set with the Binding Extension" section.|
|
||||
|`value1, valueN`|The value to set the property to. The handling of the attribute value is ultimately specific to the type and logic of the specific <xref:System.Windows.Data.Binding> property being set.|
|
||||
|`path`|The path string that sets the implicit <xref:System.Windows.Data.Binding.Path%2A?displayProperty=nameWithType> property. See also [PropertyPath XAML Syntax](propertypath-xaml-syntax.md).|
|
||||
|
||||
+4
-3
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "ColorConvertedBitmap Markup Extension"
|
||||
ms.date: "03/30/2017"
|
||||
ms.date: "01/17/2022"
|
||||
ms.custom: devdivchpfy22
|
||||
helpviewer_keywords:
|
||||
- "XAML [WPF], ColorConvertedBitmap markup extension"
|
||||
- "ColorConvertedBitmap markup extension [WPF]"
|
||||
@@ -17,8 +18,8 @@ Provides a way to specify a bitmap source that does not have an embedded profile
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value | Description |
|
||||
|-------|-------------|
|
||||
|`imageSource`|The URI of the nonprofiled bitmap.|
|
||||
|`sourceIIC`|The URI of the source profile configuration.|
|
||||
|`destinationIIC`|The URI of the destination profile configuration|
|
||||
|
||||
Reference in New Issue
Block a user