BindingValuePipeline.AfterStringFormat Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the binding value after applying the BindingBase.StringFormat property value, if present.
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Property AfterStringFormat As Object
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public Object AfterStringFormat { get; internal set; }
Property Value
Type: System.Object
The binding value after string formatting is applied.
Remarks
If no StringFormat value has been specified, the AfterStringFormat property will contain the previous value in the pipeline.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also