Opacity can be used to make any element transparent or opaque. Takes values between 0 to 1. 0 means transparent, 1 means opaque.
Type: Double
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauges.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauges.dll) |
This attribute applies to:
Syntax:
<vg:Gauge... >
<vg:Gauge.Indicators>
<vg:NeedleIndicator Opacity="0.5"/>
</vg:Gauge.Indicators>
</vg:Gauge>
Below is the gauge after setting Opacity property in NeedleIndicator.