WizardHeaderLabelWithImageImplementation (ComponentImplementation)

Element properties:

TypeWizardHeaderLabelWithImage
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="WizardHeaderLabelWithImageImplementation" TypeId="WizardHeaderLabelWithImage" Platform="Wpf, Silverlight" Accessibility="Internal">
<Composite>
<Variable Id="ConvertedImage" Type="BaseDataType"/>
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.ComponentContainer">
<Binding PropertyId="Visual">
<Component TypeId="WizardHeaderLabel">
<Binding PropertyId="Value">
<Reference>$Property/Value$</Reference>
</Binding>
<Binding PropertyId="Image">
<Reference>$Variable/ConvertedImage$</Reference>
</Binding>
<Binding PropertyId="ShowImage">
<SimpleValue Type="xsd://string" Value="True"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="WizardCompletionImage">
<Binding PropertyId="Value">
<Reference>$Property/Image$</Reference>
</Binding>
<Binding PropertyId="Image">
<Reference>$Variable/ConvertedImage$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>