Gets or sets the scale factor for the given Shape when it is used for clipping.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] public double ScaleFactor { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute()> _ Public Property ScaleFactor As Double Get Set |