Microsoft.SystemCenter.Visualization.Component.Library.ThermometerGauage (ComponentType)

Element properties:

AccessibilityPublic

Source Code:

<ComponentType ID="Microsoft.SystemCenter.Visualization.Component.Library.ThermometerGauage" Accessibility="Public" Lifetime="ManagementPackElement">
<Property Name="Title" Type="xsd://string" BindingDirection="In"/>
<Property Name="GaugeValue" Type="xsd://double" BindingDirection="In"/>
<Property Name="GaugeValueTitle" Type="xsd://string" BindingDirection="In"/>
<Property Name="GaugeValueSubTitle" Type="xsd://string" BindingDirection="In"/>
<Property Name="MinValue" Type="xsd://double" BindingDirection="In"/>
<Property Name="MaxValue" Type="xsd://double" BindingDirection="In"/>
<Property Name="Threshold" Type="xsd://double" BindingDirection="In"/>
<Property Name="ThresholdType" Type="xsd://string" BindingDirection="In"/>
<Property Name="IsOverUnder" Type="xsd://boolean" BindingDirection="In"/>
</ComponentType>