Gets or sets the logical thickness of the border. Negative value
specifies the width of the border in pixels.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] public double Thickness { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute()> _ Public Property Thickness As Double Get Set |