Selects a shape from the set of predefined mark shapes.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(C1GaugeMarkShape.Rectangle)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public C1GaugeMarkShape Shape { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(C1GaugeMarkShape.Rectangle)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Shape As C1GaugeMarkShape
	Get
	Set

See Also