dbicGauge Send comments on this topic.
PinSize Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGaugeObject Class : PinSize Property

Gets or sets the width and height of the pin in the gauge.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PinSize As Size
C# 
public virtual Size PinSize {get; set;}

Property Value

Size

Remarks

This property is not used if an image has been supplied to the PinImage property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also