Specifies the bounds of the Gauge container working area.

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

Syntax

C#
[C1CategoryAttribute("Behavior")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public C1GaugeViewport Viewport { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Behavior")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<NotifyParentPropertyAttribute(True)> _
Public ReadOnly Property Viewport As C1GaugeViewport
	Get

See Also