Gets or Sets the appearance of the corners of a rectangular element.
Type: CornerRadius
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 Type="Linear" CornerRadius="5">
</vg:Gauge>
Below is the gauge after setting CornerRadius property.
Remarks:
CornerRadius takes values of type System.Windows::CornerRadius.
This property is applicable to LinearGauge only.
In StateIndicator, this property is applicable only if IndicatorStyle property is set to Rectangular.