LabelFor Property (C1Gauge)
In This Topic
Syntax
'Declaration
Public Overridable Property LabelFor As Integer
'Usage
Dim instance As C1Gauge
Dim value As Integer
instance.LabelFor = value
value = instance.LabelFor
public virtual int LabelFor {get; set;}
See Also