NeedleLength Property (RadialGauge)
In This Topic
Gets or sets a value that determines the length of the gauge's needleElement with respect to the pointer range.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overridable Property NeedleLength As NeedleLength
'Usage
Dim instance As RadialGauge
Dim value As NeedleLength
instance.NeedleLength = value
value = instance.NeedleLength
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public virtual NeedleLength NeedleLength {get; set;}
public read-write property NeedleLength: NeedleLength; virtual;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set NeedleLength : NeedleLength
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property virtual NeedleLength get_NeedleLength();
public: __property virtual void set_NeedleLength(
NeedleLength value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
virtual property NeedleLength NeedleLength {
NeedleLength get();
void set ( NeedleLength value);
}
See Also